Skip to main content
A newer version of this page is available. .

XYDiagramSeriesViewBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XYDiagramSeriesViewBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also