Skip to main content

SwiftPlotSeriesViewBase Class

Represents the base class for series of the Swift Plot view type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class SwiftPlotSeriesViewBase :
    XYDiagram2DSeriesViewBase

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.

See Also