Skip to main content
A newer version of this page is available. .

XYDiagram3D.AxisY Property

Gets the Y-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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