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

SwiftPlotDiagramAxisXBase Class

Represents the base class for classes that provide the common X-axes functionality in Swift Plot and Swift Point charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class SwiftPlotDiagramAxisXBase :
    SwiftPlotDiagramAxis

The following members return SwiftPlotDiagramAxisXBase objects:

Remarks

The SwiftPlotDiagramAxisXBase serves as a base class both for primary and secondary X-axes of a Swift Plot Diagram.

For the Y-axis, a similar functionality is provided by the SwiftPlotDiagramAxisYBase class.

See Also