The Y axis associated with this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Axis1D AxisY { get; }
Public Overridable ReadOnly Property AxisY As Axis1D
Get
public:
virtual property Axis1D^ AxisY {
Axis1D^ get ();
}
abstract AxisY : Axis1D with get
override AxisY : Axis1D with 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