Back to Devexpress

AxisX3D Class

corelibraries-devexpress-dot-xtracharts-dot-axisx3d.md

latest2.3 KB
Original Source

AxisX3D Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class AxisX3D :
    Axis3D
vb
Public Class AxisX3D
    Inherits 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.

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis3D AxisX3D

See Also

AxisX3D Members

AxisX

AxisY3D

DevExpress.XtraCharts Namespace