XYDiagramSeriesViewBase Class
Represents the base class for series view types which use the XYDiagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.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.
- axes that are used to plot a series (XYDiagramSeriesViewBase.AxisX and XYDiagramSeriesViewBase.AxisY);
- a pane that is used to plot a series (XYDiagramSeriesViewBase.Pane);
- the shadow options of a series (XYDiagramSeriesViewBase.Shadow).
An object of the XYDiagramSeriesViewBase type can be accessed via the SeriesBase.View property of a series which has an appropriate view type.