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


Enterprise Edition Only Feature. Gets or sets the shape that should be drawn on the point end of the callout line.
Label callout line anchor cap.

Syntax

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

Return Value

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

Remarks

The CalloutLineAnchorCap represents the shape that should be drawn on the point end of the callout line. It is used in conjunction with the CalloutStyle property.

If no callout line is used then this property will have no effect.

LineAnchorCap Values

Description

None

Label callout line anchor cap will not be drawn.

Arrow

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

Diamond

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

Round

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

Square

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


NOTE: SmartLabels only work when the Label angle property is set to zero.

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.