Back to Devexpress

PieSeriesViewBase Class

corelibraries-devexpress-dot-xtracharts-8db3076b.md

latest3.4 KB
Original Source

PieSeriesViewBase Class

The base class for series views of the Pie-based types.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class PieSeriesViewBase :
    SimpleDiagramSeriesViewBase
vb
Public MustInherit Class PieSeriesViewBase
    Inherits SimpleDiagramSeriesViewBase

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.

Implements

IXtraSerializable

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement SeriesViewBase SimpleDiagramSeriesViewBase PieSeriesViewBase Pie3DSeriesView

PieSeriesView

Doughnut3DSeriesView

DoughnutSeriesView

NestedDoughnutSeriesView

See Also

PieSeriesViewBase Members

PieSeriesView

Pie3DSeriesView

DevExpress.XtraCharts Namespace