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


Gets or sets a Line object drawn on a ChartArea.

Syntax

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

Remarks

This line is used when ValueHigh and ValueLow are equal or if Value is set.

See Also