Skip to main content

SwiftPlotDiagramAxis Class

Represents the base class for classes that provide axes functionality for Swift Plot series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class SwiftPlotDiagramAxis :
    Axis2D

Remarks

The SwiftPlotDiagramAxis class serves as a base for classes which provide both primary and secondary axes functionality for a Swift Plot and Swift Point chart, meaning that the properties and methods which are defined by the SwiftPlotDiagramAxis class are common to all axes of a Swift Plot Diagram.

The SwiftPlotDiagramAxis class inherits all the settings from the base Axis2D class, to meet the specific requirements of Swift Plot charts.

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

See Also