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


Gets or sets the axis Line.

Syntax

Visual Basic (Declaration) 
Public Property Line As Line
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Line
 
instance.Line = value
 
value = instance.Line
C# 
public Line Line {get; set;}

Return Value

A Line object drawn across the axis.

Example

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).

See Also

© 2010 All Rights Reserved.