XYDiagram3D.AxisX Property
In This Article
Gets the X-axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisX3D AxisX { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
For more information on axes, see the Axis topic.
See Also