Specifies the shape that should be drawn on the point end of the callout line.
Line anchor cap style.
Visual Basic (Declaration) | |
---|---|
Public Enum LineAnchorCap Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum LineAnchorCap : Enum |
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. |
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.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.LineAnchorCap
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