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

PointSeriesViewBase Class

Represents the base class for series views of the point, bubble, line, spline and area types.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class PointSeriesViewBase :
    SeriesViewColorEachSupportBase,
    IPointSeriesView

Remarks

The PointSeriesViewBase class serves as a base for classes which represent chart types of a point kind or similar (e.g. PointSeriesView, BubbleSeriesView, LineSeriesView, etc.). Properties and methods which are defined by the PointSeriesViewBase class implement the base series view functionality, and are common to these series types.

Implements

See Also