Back to Devexpress

XYDiagram3D.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-77791cb6.md

latest1.5 KB
Original Source

XYDiagram3D.AxisX Property

Gets the X-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisX3D AxisX { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisX As AxisX3D

Property Value

TypeDescription
AxisX3D

An AxisX3D object which represents the X Axis.

|

Remarks

For more information on axes, see the Axis topic.

See Also

AxisY

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace