XYDiagram2DSeriesViewBase Class
Represents the base class for series view types which use the XYDiagram2D.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public abstract class XYDiagram2DSeriesViewBase :
SeriesViewBase,
IXYSeriesView2D,
IXYSeriesView,
ISeriesView,
IXtraSupportDeserializeCollectionItem
Related API Members
The following members return XYDiagram2DSeriesViewBase objects:
Remarks
The XYDiagram2DSeriesViewBase class serves as a base for classes which use the XY-Diagram within a chart control. For a complete list, refer to 2D Series Views.
In addition to the settings inherited from the base SeriesViewBase class, the XYDiagram2DSeriesViewBase class implements specific properties that allow you to adjust analytical tools available for a series (XYDiagram2DSeriesViewBase.FinancialIndicators and XYDiagram2DSeriesViewBase.RegressionLines).
An object of the XYDiagram2DSeriesViewBase type can be accessed via the SeriesBase.View property of a series which has an appropriate view type.