The line node of this Axis1D.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

An AxisLine that is the axis line node associated with this axis.

Remarks

This is a child of the axis node.

See Also