Specifies the line node associated with this axis.

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

Syntax

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

Field Value

A AxisRLine which contains the line node associated with this axis.

See Also