Skip to main content

Axis Class

Represents the base class for classes that provide axes functionality for 2D XY-series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class Axis :
    Axis2D,
    IAutoScaleBreaksContainer

Remarks

The Axis class serves as a base for classes which provide both primary and secondary axes functionality for a 2D XY-chart, meaning that the properties and methods which are defined by the Axis class are common to all axes of an XY-Diagram.

In addition to the settings inherited from the base Axis2D class, the Axis class implements specific properties that allow you to control the following axis options.

For more information, refer to Axes.

See Also