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

SwiftPlotDiagram.AxisX Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
SwiftPlotDiagramAxisX

The SwiftPlotDiagramAxisX object, that represents the X-axis.

See Also