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

SwiftPlotDiagramAxis Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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 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