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



Gets or sets the grid Line at the origin or 'point of zero' on this axis.

Syntax

Visual Basic (Declaration) 
Public Property ZeroLine As Line
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Line
 
instance.ZeroLine = value
 
value = instance.ZeroLine
C# 
public Line ZeroLine {get; set;}
C++/CLI 
public:
property Line^ ZeroLine {
   Line^ get();
   void set (Line^ value);
}

Return Value

A grid Line drawn at the origin of this axis.

Remarks

Applies to value axes with numeric scales except Scale.Logarithmic

See Also