Back to Devexpress

SwiftPlotSeriesViewBase.AxisX Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotseriesviewbase.md

latest2.9 KB
Original Source

SwiftPlotSeriesViewBase.AxisX Property

Specifies the X-axis, that is used to plot the current series on a Swift Plot diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public SwiftPlotDiagramAxisXBase AxisX { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property AxisX As SwiftPlotDiagramAxisXBase

Property Value

TypeDescription
SwiftPlotDiagramAxisXBase

A SwiftPlotDiagramAxisX or a SwiftPlotDiagramSecondaryAxisX object, that is the X-axis for the current series.

|

Remarks

The SwiftPlotDiagramAxisX class inherits properties and methods from the base SwiftPlotDiagramAxis class which implements the common axes functionality, and represents a primary axis of arguments within Swift Plot and Swift Point charts.

The SwiftPlotDiagramSecondaryAxisX class is derived from the same base class and represents a secondary X-axis on a diagram. The collection of secondary X-axes is available via the SwiftPlotDiagram.SecondaryAxesX property.

For more information, refer to Primary and Secondary Axes.

See Also

Swift Plot Series View

Primary and Secondary Axes

SwiftPlotSeriesViewBase Class

SwiftPlotSeriesViewBase Members

DevExpress.XtraCharts Namespace