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