Dundas Chart for Windows Forms
CalloutAnchorCap Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > CalloutAnnotation Class : CalloutAnchorCap Property


 Gets or sets the callout line anchor cap.
Gets or sets callout line anchor cap.

Syntax

Visual Basic (Declaration)  
Public Overridable Property CalloutAnchorCap As LineAnchorCap
Visual Basic (Usage) Copy Code
Dim instance As CalloutAnnotation
Dim value As LineAnchorCap
 
instance.CalloutAnchorCap = value
 
value = instance.CalloutAnchorCap
C#  
public virtual LineAnchorCap CalloutAnchorCap {get; set;}

Return Value

A LineAnchorCap value used as a callout line anchor cap.


A LineAnchorCap value used as callout line anchor cap.

Remarks

This property sets an anchor cap for the line connecting the annotation with the anchor point, and is only applicable when a SimpleLine or BorderLine callout style is used.
This property sets an achor cap for the line connecting annotation with the anchor point. It only applies when SimpleLine or BorderLine CalloutStyle are used.

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.