dotnetCHARTING Send comments on this topic.
AnchorCapScale Property
See Also 
dotnetCHARTING Namespace > Line Class : AnchorCapScale Property



Gets or sets the amount by which to scale the line caps with respect to the width of the line. This feature only works with anchor LineCap members.

Syntax

Visual Basic (Declaration) 
Public Property AnchorCapScale As Integer
Visual Basic (Usage)Copy Code
Dim instance As Line
Dim value As Integer
 
instance.AnchorCapScale = value
 
value = instance.AnchorCapScale
C# 
public int AnchorCapScale {get; set;}
C++/CLI 
public:
property int AnchorCapScale {
   int get();
   void set (int value);
}

See Also