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

SwiftPlotSeriesViewBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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.

Implements

See Also