Skip to main content

XYDiagram2D.AxisY Property

Gets the Y-axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public AxisY2D AxisY { get; set; }

#Property Value

Type Description
AxisY2D

An AxisY2D object which represents the Y-axis.

#Remarks

For more information on axes, see the Axis topic.

See Also