Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LabelCalloutStyle Enumeration
See Also  
Dundas.Charting.WebControl Namespace : LabelCalloutStyle Enumeration


Data point label callout style.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Data point label callout style.")>
Public Enum LabelCalloutStyle 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As LabelCalloutStyle
C#  
[DescriptionAttribute("Data point label callout style.")]
public enum LabelCalloutStyle : Enum 

Members

Member Description
None Label connected with the marker using just a line.
Underlined Label is undelined and connected with the marker using a line.
Box Box is drawn around the label and it's connected with the marker using a line.

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