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


Enterprise Only Feature.

Represents the available callout styles.


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.

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

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