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