SeriesViewBase Class
Represents the base class for all series view objects.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SeriesViewTypeConverter))]
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
Object
ChartElement
SeriesViewBase
See Also