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

Axis2D Class

Represents the base class for classes that provide axes functionality for a chart control in 2D series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class Axis2D :
    AxisBase,
    IXtraSupportDeserializeCollectionItem,
    ICrosshairAxis,
    IPatternHolder,
    IResolveLabelsOverlappingAxis,
    IIntervalContainer,
    ISupportVisibilityControlElement

Remarks

The Axis2D class serves as a base for the AxisX and AxisY classes which provide axes functionality for a chart control in all 2D series, except for the Swift Plot.

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

For more information, refer to Axes and Swift Plot Series View.

See Also