AxisBase Class
The base class for classes that provide axes functionality for a chart control.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
The AxisBase class serves as a base for the AxisX and AxisY classes. The properties and methods defined by the AxisBase class implement the base axes functionality and are common to all axes.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also