Skip to main content

SwiftPlotDiagram.AxisX Property

Provides access to the X-axis of the Swift Plot diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public SwiftPlotDiagramAxisX AxisX { get; }

Property Value

Type Description
SwiftPlotDiagramAxisX

The SwiftPlotDiagramAxisX object, that represents the X-axis.

See Also