Back to Devexpress

Axis3D Class

corelibraries-devexpress-dot-xtracharts-dot-axis3d.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class Axis3D :
    AxisBase
vb
Public MustInherit Class Axis3D
    Inherits 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:

PropertyAxis Element
AxisBase.GridLinesProvides access to the settings of an axis’s grid lines.
Axis3D.LabelGets an axis’s label object.

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis3D AxisX3D

AxisY3D

See Also

Axis3D Members

AxisX3D

AxisY3D

DevExpress.XtraCharts Namespace