Back to Devexpress

XYDiagram3D.AxisX Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram3d-6bcbeb80.md

latest1.2 KB
Original Source

XYDiagram3D.AxisX Property

Gets the X-axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public AxisX3D AxisX { get; set; }
vb
Public Property AxisX As AxisX3D

Property Value

TypeDescription
AxisX3D

An AxisX3D object which represents the X Axis.

|

Remarks

For more information on axes, see the Axes topic.

See Also

AxisY

XYDiagram3D Class

XYDiagram3D Members

DevExpress.Xpf.Charts Namespace