Back to Devexpress

PointSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-68be1e14.md

latest4.0 KB
Original Source

PointSeriesViewBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class PointSeriesViewBase :
    SeriesViewColorEachSupportBase,
    IPointSeriesView
vb
Public MustInherit Class PointSeriesViewBase
    Inherits SeriesViewColorEachSupportBase
    Implements 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

IXtraSerializable

IXYSeriesView2D

IXtraSupportDeserializeCollectionItem

Inheritance

Show 26 items

Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase XYDiagramSeriesViewBase SeriesViewColorEachSupportBase PointSeriesViewBase BubbleSeriesView

PointSeriesView

LineSeriesView

SplineAreaSeriesView

SplineSeriesView

StackedAreaSeriesView

StackedLineSeriesView

StackedSplineAreaSeriesView

StackedStepAreaSeriesView

StepAreaSeriesView

StepLineSeriesView

FullStackedAreaSeriesView

FullStackedLineSeriesView

FullStackedSplineAreaSeriesView

FullStackedStepAreaSeriesView

ScatterLineSeriesView

RangeAreaSeriesView

AreaSeriesView

AreaSeriesViewBase

See Also

PointSeriesViewBase Members

DevExpress.XtraCharts Namespace