AxisBase Class
The base class for classes that provide axes functionality for a chart control.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public abstract class AxisBase :
ChartElement,
IAxisElementContainer,
IWeakEventListener,
IInteractiveElement,
IAxisData,
IIntervalLayoutKey
Related API Members
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.
Inheritance
See Also