Back to Devexpress

SwiftPlotDiagram.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotdiagram.md

latest1.7 KB
Original Source

SwiftPlotDiagram.AxisX Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public SwiftPlotDiagramAxisX AxisX { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisX As SwiftPlotDiagramAxisX

Property Value

TypeDescription
SwiftPlotDiagramAxisX

The SwiftPlotDiagramAxisX object, that represents the X-axis.

|

See Also

AxisY

SecondaryAxesX

SwiftPlotDiagram Class

SwiftPlotDiagram Members

DevExpress.XtraCharts Namespace