Back to Devexpress

SwiftPlotSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-7738078d.md

latest3.2 KB
Original Source

SwiftPlotSeriesViewBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class SwiftPlotSeriesViewBase :
    XYDiagram2DSeriesViewBase
vb
Public MustInherit Class SwiftPlotSeriesViewBase
    Inherits 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

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase SwiftPlotSeriesViewBase SwiftPlotSeriesView

SwiftPointSeriesView

See Also

SwiftPlotSeriesViewBase Members

Swift Plot Series View

DevExpress.XtraCharts Namespace