The X axis associated with this node.

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

Syntax

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

Field Value

An Axis1D which contains the "AxisX" attribute value.

Remarks

The X axis is a child of this node.

See Also