Skip to main content

XYDiagramSeriesViewBase Class

Represents the base class for series view types which use the XYDiagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public abstract class XYDiagramSeriesViewBase :
    XYDiagram2DSeriesViewBase,
    IShadowSupportView

Remarks

The XYDiagramSeriesViewBase class serves as a base for classes which use the XY diagram within a chart control (e.g. BarSeriesView, LineSeriesView, etc.). Properties and methods which are defined by the XYDiagramSeriesViewBase class implement the base series view functionality and are common to the XY series types.

In addition to the settings inherited from the base XYDiagram2DSeriesViewBase class, the XYDiagramSeriesViewBase class implements specific properties that allow you to control the following view-type-specific options of a series.

An object of the XYDiagramSeriesViewBase type can be accessed via the SeriesBase.View property of a series which has an appropriate view type.

See Also