SwiftPlotSeriesViewBase Class
Represents the base class for series of the Swift Plot view type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The SwiftPlotSeriesViewBase class serves as a base for the SwiftPlotSeriesView class, which provides the view-type-specific functionality for Swift Plot series within a chart control. Properties and methods defined by the SwiftPlotSeriesViewBase class implement the base functionality of the Swift Plot view type.
In addition to the common view settings inherited from the base XYDiagram2DSeriesViewBase class, the SwiftPlotSeriesViewBase class implements specific properties that determine axes (SwiftPlotSeriesViewBase.AxisX and SwiftPlotSeriesViewBase.AxisY) and a pane (SwiftPlotSeriesViewBase.Pane) that are used to carry a Swift Plot series.
For more information, refer to Swift Plot Series View.