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

XYDiagram3D.AxisX Property

Gets the X-axis.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public AxisX3D AxisX { get; set; }

Property Value

Type Description
AxisX3D

An AxisX3D object which represents the X Axis.

Remarks

For more information on axes, see the Axes topic.

See Also