Back to Devexpress

AxisBase Class

corelibraries-devexpress-dot-xtracharts-9733bbda.md

latest5.5 KB
Original Source

AxisBase Class

Represents the base class for classes that provide axes functionality for a chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class AxisBase :
    ChartElementNamed,
    IAxisData,
    IAxisElementContainer,
    IIntervalLayoutKey,
    ILogarithmic,
    IHitTest
vb
Public MustInherit Class AxisBase
    Inherits ChartElementNamed
    Implements IAxisData,
               IAxisElementContainer,
               IIntervalLayoutKey,
               ILogarithmic,
               IHitTest

The following members return AxisBase objects:

Show 13 links

Remarks

The AxisBase class serves as a base for the Axis and Axis3D classes which provide axes functionality for a chart control in 2D series and 3D series, respectively. The properties and methods which are defined by the AxisBase class implement the base axes functionality and are common to all axes.

Below are the main properties of the AxisBase class which expose the most important axis elements:

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

Inheritance

Show 27 items

Object ChartElement ChartElementNamed AxisBase Axis2D

Axis3D

RadarAxis

SwiftPlotDiagramAxis

SwiftPlotDiagramAxisX

SwiftPlotDiagramAxisXBase

SwiftPlotDiagramSecondaryAxisX

SecondaryAxisX

SecondaryAxisY

RadarAxisY

GanttAxisX

SwiftPlotDiagramAxisY

SwiftPlotDiagramAxisYBase

SwiftPlotDiagramSecondaryAxisY

AxisX

AxisX3D

AxisXBase

AxisY

AxisY3D

AxisYBase

RadarAxisX

Axis

PolarAxisX

See Also

AxisBase Members

Axis

Axis3D

DevExpress.XtraCharts Namespace