Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public abstract class AxisBase :
    ChartElement

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

See Also