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

Axis3D Class

Represents the base class for classes that provide axes functionality for a chart control in 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class Axis3D :
    AxisBase

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
AxisBase.GridLines Provides access to the settings of an axis’s grid lines.
Axis3D.Label Gets an axis’s label object.
See Also