Click or drag to resize
AxisXYAxisY Property
The Y axis associated with this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Axis1D AxisY { get; }

Property Value

Type: Axis1D
An Axis1D which contains the "AxisY" attribute value.
Remarks
The Y axis is a child of this node.
See Also