SwiftPlotDiagramAxisX Class
Represents the primary X-axis within Swift Plot charts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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.