Gets the axis for which the data of the grid line are painted.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Axis Axis { get; }
Visual Basic (Declaration)
Public ReadOnly Property Axis As Axis
Visual C++
public:
property Axis^ Axis {
	Axis^ get ();
}

See Also