SeriesViewBase Class
In This Article
Represents the base class for all series view objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class SeriesViewBase :
ChartElement,
ISupportInitialize,
IPatternHolder,
ISeriesView,
IXtraSerializable,
IXtraSupportDeserializeCollectionItem,
IViewArgumentValueOptions,
IBindingValuePropertiesProvider,
IXtraSupportCreateContentPropertyValue
#Related API Members
The following members return SeriesViewBase objects:
#Remarks
The SeriesViewBase class serves as a base for classes which provide functionality for different series view types within a chart control. The properties and methods which are defined by the SeriesViewBase class implement the base series view functionality and are common to all series types.
#Inheritance
Show 89 items
Object
ChartElement
SeriesViewBase
See Also