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