The line node of this Axis1D.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisLine AxisLine { get; }
Public Overridable ReadOnly Property AxisLine As AxisLine
Get
public:
virtual property AxisLine^ AxisLine {
AxisLine^ get ();
}
abstract AxisLine : AxisLine with get
override AxisLine : AxisLine with get
Property Value
Type:
AxisLine
An
AxisLine that is the axis line node associated with this
axis.
Remarks
This is a child of the axis node.
See Also