Dundas Chart for Windows Forms
CalloutStyle Enumeration
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : CalloutStyle Enumeration


Enterprise Only Feature. Represents the available callout styles. Only applicable to callout annotations.
Annotation callout style.

Syntax

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

Members

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

Remarks

This enumeration is used in conjunction with the CalloutStyle property of the CalloutAnnotation class.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.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

© 2009 All Rights Reserved.