.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : TickLabelSeparatorLine Property
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
'Declaration
 
Public Property TickLabelSeparatorLine As Line
'Usage
 
Dim instance As Axis
Dim value As Line
 
instance.TickLabelSeparatorLine = value
 
value = instance.TickLabelSeparatorLine
public Line TickLabelSeparatorLine {get; set;}
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also