Back to Devexpress

XYDiagram3D.AxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram3d-4997984a.md

latest1.2 KB
Original Source

XYDiagram3D.AxisY Property

Gets the Y-axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisY3D AxisY { get; set; }
vb
Public Property AxisY As AxisY3D

Property Value

TypeDescription
AxisY3D

An AxisY3D object which represents the Y Axis.

|

Remarks

For more information on axes, see the Axes topic.

See Also

AxisX

XYDiagram3D Class

XYDiagram3D Members

DevExpress.Xpf.Charts Namespace