The unit node of this Axis1D.

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

Syntax

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

Field Value

An AxisUnit that is the unit node associated with this axis.

Remarks

This is a child of the axis node.

See Also