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

SwiftPlotDiagramAxisX Class

Represents the primary X-axis within Swift Plot charts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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 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