.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : LineBreaks Property
LineBreaks Property
(JS Charts only) Gets or sets options for visual axis line gaps at tick positions.
Syntax
'Declaration
 
Public Property LineBreaks As AxisLineBreaks
'Usage
 
Dim instance As Axis
Dim value As AxisLineBreaks
 
instance.LineBreaks = value
 
value = instance.LineBreaks
public AxisLineBreaks LineBreaks {get; set;}
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