corelibraries-devexpress-dot-xtracharts-281d8a02.md
Represents the primary X-axis within Swift Plot charts.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class SwiftPlotDiagramAxisX :
SwiftPlotDiagramAxisXBase
Public Class SwiftPlotDiagramAxisX
Inherits SwiftPlotDiagramAxisXBase
The following members return SwiftPlotDiagramAxisX objects:
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.
IXtraSupportDeserializeCollectionItem
Object ChartElement ChartElementNamed AxisBase Axis2D SwiftPlotDiagramAxis SwiftPlotDiagramAxisXBase SwiftPlotDiagramAxisX
See Also