corelibraries-devexpress-dot-xtracharts-dot-xydiagram2dseriesviewbase-d2bb52d1.md
Represents the base class for series view types which use the XYDiagram2D.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class XYDiagram2DSeriesViewBase :
SeriesViewBase,
IXYSeriesView2D,
IXYSeriesView,
ISeriesView,
IXtraSupportDeserializeCollectionItem
Public MustInherit Class XYDiagram2DSeriesViewBase
Inherits SeriesViewBase
Implements IXYSeriesView2D,
IXYSeriesView,
ISeriesView,
IXtraSupportDeserializeCollectionItem
The following members return XYDiagram2DSeriesViewBase objects:
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.Indicators.
An object of the XYDiagram2DSeriesViewBase type can be accessed via the SeriesBase.View property of a series which has an appropriate view type.
IXtraSupportDeserializeCollectionItem
Show 46 items
Object ChartElement SeriesViewBase XYDiagram2DSeriesViewBase SwiftPlotSeriesViewBase
FullStackedSplineAreaSeriesView
SeriesViewColorEachSupportBase
SideBySideFullStackedBarSeriesView
SideBySideStackedBarSeriesView
See Also