AxisX3D Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return AxisX3D objects:
Remarks
The AxisX3D class represents an axis of the X type within a chart control in 3D series. The AxisX3D class inherits properties and methods from the base Axis3D class which implements the common axes functionality. Please see the Axis3D class’s description for more information on the main available settings.
An object of the AxisX3D type can be accessed via the XYDiagram3D.AxisX property of a XYDiagram3D object which in its turn is exposed via the ChartControl.Diagram property of the chart control.
Inheritance
See Also