PointSeriesViewBase Class
In This Article
Represents the base class for series views of the point, bubble, line, spline and area types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#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.
#Inheritance
Show 26 items
See Also