Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AxisBase Class

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.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