Skip to main content

SwiftPlotDiagramAxisX Class

Represents the primary X-axis within Swift Plot charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class SwiftPlotDiagramAxisX :
    SwiftPlotDiagramAxisXBase

The following members return SwiftPlotDiagramAxisX objects:

Remarks

The SwiftPlotDiagramAxisX class represents the primary axis of arguments (X-axis) within a Swift Plot and Swift Point chart. It inherits properties and methods from the base SwiftPlotDiagramAxisXBase class, which implements the common X-axes functionality.

An object of the SwiftPlotDiagramAxisX type can be accessed via the SwiftPlotDiagram.AxisX property of a SwiftPlotDiagram object, which in its turn is exposed via the ChartControl.Diagram property.

A Swift Plot Diagram‘s secondary X-axis is represented by the SwiftPlotDiagramSecondaryAxisX class.

See Also