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


Annotation callout style.

Syntax

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

Members

Member Description
SimpleLine Callout text is underlined and a line is pointing to the anchor point.
BorderLine Border is drawn around text and a line is pointing to the anchor point.
Cloud Callout text is inside the cloud and smaller clouds are pointing to the anchor point.
Rectangle Rectangle is drawn around the callout text, which is connected with the anchor point.
RoundedRectangle Rounded rectangle is drawn around the callout text, which is connected with the anchor point.
Ellipse Ellipse is drawn around the callout text, which is connected with the anchor point.
Perspective Perspective rectangle is drawn around the callout text, which is connected with the anchor point.

Inheritance Hierarchy

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

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