Specifies the line node associated with this axis.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisRLine AxisRLine { get; }
Public Overridable ReadOnly Property AxisRLine As AxisRLine
Get
public:
virtual property AxisRLine^ AxisRLine {
AxisRLine^ get ();
}
abstract AxisRLine : AxisRLine with get
override AxisRLine : AxisRLine with get
Property Value
Type:
AxisRLine
A
AxisRLine which contains the line node associated with this
axis.
See Also