The Y axis associated with this node.

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

Syntax

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

Field Value

An Axis1D which contains the "AxisY" attribute value.

Remarks

The Y axis is a child of this node.

See Also