dotnetCHARTING Send comments on this topic.
TickLabelSeparatorLine Property
See Also 
dotnetCHARTING Namespace > Axis Class : TickLabelSeparatorLine Property



Gets or sets the a tick label separator. The separator is automatically used when labels are wrapped. To disable or enable, set the this line's color to Color.Transparent or a valid color respectively.

Syntax

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

See Also