The label node of this Axis1D.

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

Syntax

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

Field Value

An AxisLabel which contains the "AxisLabel" attribute value.

Remarks

This is a child of the axis node.

See Also