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


Enterprise Only Feature. Specifies the shape that should be drawn on the point end of the callout line.


Line anchor cap style.

Syntax

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

Members

Member Description
None

Label callout line anchor cap will not be drawn.


No line anchor cap.
Arrow

Label callout line anchor cap will be drawn with an arrowhead.


Arrow line anchor cap.
Diamond

Label callout line anchor cap will be drawn with a diamond end.


Diamond line anchor cap.
Square

Label callout line anchor cap will be drawn with a square head.


Square line anchor cap.
Round

Label callout line anchor cap will be drawn with a round end.


Round line anchor cap.

Remarks

The LineAnchorCap enumeration represents the shape that should be drawn on the point end of the callout line. It is used in conjunction with the CalloutStyle and the CalloutLineAnchorCap properties of the SmartLabelsStyle object. If no a callout line is not used, this property will have no effect.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.LineAnchorCap

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.