Dundas Chart for ASP.NET
LabelCalloutStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : LabelCalloutStyle Enumeration


Specifies the type of leader line that should be drawn from the point to the label.


Data point label callout style.

Syntax

Visual Basic (Declaration)  
Public Enum LabelCalloutStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelCalloutStyle
C#  
public enum LabelCalloutStyle : Enum 

Members

Member Description
None

Label callout line will terminate without any added style.


Label connected with the marker using just a line.
Underlined

Label callout line will terminate with horizontal line beneath the label text.


Label is undelined and connected with the marker using a line.
Box

Label callout line will terminate to box around the label text.


Box is drawn around the label and it's connected with the marker using a line.

Remarks

The LabelCalloutStyle enumeration represents the type of leader line that should be drawn from the point to the label. It is used in conjunction with the CalloutStyle property of the SmartLabelsStyle object.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.LabelCalloutStyle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.