Axis3D Class
In This Article
Represents the base class for classes that provide axes functionality for a chart control in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Remarks
The Axis3D class serves as a base for the AxisX3D and AxisY3D classes which provide axes functionality for a chart control in 3D series. The properties and methods which are defined by the Axis3D class implement the base axes functionality and are common to all axes.
Below are the main properties of the Axis3D class which expose the most important axis elements:
Property | Axis Element |
---|---|
Axis |
Provides access to the settings of an axis’s grid lines. |
Axis3D. |
Gets an axis’s label object. |
#Inheritance
See Also