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

XYDiagram3D.AxisY Property

Gets the Y-axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public AxisY3D AxisY { get; set; }

Property Value

Type Description
AxisY3D

An AxisY3D object which represents the Y Axis.

Remarks

For more information on axes, see the Axes topic.

See Also