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