Back to Devexpress

XYDiagram3D.ActualAxisY Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram3d-4bc4ea07.md

latest1.1 KB
Original Source

XYDiagram3D.ActualAxisY Property

Gets the actual y-axis of the XYDiagram3D.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisY3D ActualAxisY { get; }
vb
Public ReadOnly Property ActualAxisY As AxisY3D

Property Value

TypeDescription
AxisY3D

An AxisY3D descendant.

|

See Also

ActualAxisX

XYDiagram3D Class

XYDiagram3D Members

DevExpress.Xpf.Charts Namespace