Skip to main content

XYDiagram3D.AxisX Property

Gets the X-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public AxisX3D AxisX { get; }

Property Value

Type Description
AxisX3D

An AxisX3D object which represents the X Axis.

Remarks

For more information on axes, see the Axis topic.

See Also