Skip to main content

XYDiagram3D.AxisY Property

Gets the Y-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisY3D AxisY { get; }

#Property Value

Type Description
AxisY3D

An AxisY3D object which represents the Y Axis.

#Remarks

For more information on axes, see the Axis topic.

See Also