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

SimpleDiagramSeriesViewBase Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class SimpleDiagramSeriesViewBase :
    SeriesViewBase,
    ISupportTextAntialiasing

Remarks

The SimpleDiagramSeriesViewBase class serves as a base for classes which use the non-XY diagram within a chart control (e.g. PieSeriesView and Pie3DSeriesView). Properties and methods which are defined by the SimpleDiagramSeriesViewBase class implement the base series view functionality and are common to the non-XY series types.

See Also