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

AxisBase Class

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public abstract class AxisBase :
    ChartElement,
    IAxisElementContainer,
    IWeakEventListener,
    IInteractiveElement,
    IAxisData,
    IIntervalLayoutKey

The following members return AxisBase objects:

Remarks

The AxisBase class serves as a base for the Axis, CircularAxisX2D and CircularAxisY2D classes. The properties and methods defined by the AxisBase class implement the base axes functionality and are common to all axes.

See Also