SimpleDiagramSeriesViewBase Class
In This Article
Represents the base class for series view types which use the SimpleDiagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#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.
#Inheritance
See Also