.netCHARTING v10.5 Documentation


Line Property (Axis)
Gets or sets the axis Line.
Syntax
'Declaration
 
Public Property Line As Line
'Usage
 
Dim instance As Axis
Dim value As Line
 
instance.Line = value
 
value = instance.Line
public Line Line {get; set;}

Property Value

A Line object drawn across the axis.
Remarks
When the origin or 'point of zero' is visible on the axis, this line is drawn twice and away from the origin in order for line caps to appear correctly (Line.StartCap, Line.EndCap).
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