Click or drag to resize
AxisXYAxisX Property
The X axis associated with this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Axis1D AxisX { 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