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

AxisX3D Class

Represents the X axis within a chart control in 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public class AxisX3D :
    Axis3D

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.

See Also