wpf-devexpress-dot-xpf-dot-charts-2ee9cb4c.md
The base class for classes that provide axes functionality for a chart control.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class AxisBase :
ChartElement,
IAxisElementContainer,
IWeakEventListener,
IInteractiveElement,
IAxisData,
IIntervalLayoutKey
Public MustInherit Class AxisBase
Inherits ChartElement
Implements IAxisElementContainer,
IWeakEventListener,
IInteractiveElement,
IAxisData,
IIntervalLayoutKey
The following members return AxisBase objects:
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.
Show 30 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement AxisBase Axis
See Also