Skip to main content

AxisBase Class

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

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