PieSeriesViewBase Class
The base class for series views of the Pie-based types.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The PieSeriesViewBase class serves as a base for the PieSeriesView and Pie3DSeriesView classes that provide the functionality of pie series view types within a chart control. Properties and methods defined by the PieSeriesViewBase class implement the base pie series view functionality and are common to all pie views.
In addition to the common view settings inherited from the base SimpleDiagramSeriesViewBase class, the PieSeriesViewBase class declares the PieSeriesViewBase.ExplodedPoints, PieSeriesViewBase.ExplodeMode, PieSeriesViewBase.ExplodedDistancePercentage and other properties that specify which pie slices should be exploded, as well as their appearance.
For more information on series views of the pie type, please see the Pie and Donut Series Views topic.