BootstrapPieChart.SeriesCollection Property
Specifies options for the series of the Pie Chart widget.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPieChartSeriesCollection SeriesCollection { get; }
Property Value
Type | Description |
---|---|
BootstrapPieChartSeriesCollection | An object of the BootstrapPieChartSeriesCollection class. |
Remarks
A series represents a group of related data points. To configure a series, assign an object to the SeriesCollection property. If Pie Chart must contain several series, assign an array of such objects to the same property.
The definitive characteristic of a series is its type. The Pie Chart widget provides two series types - Pie and Doughnut.
When you have a multi-series pie, settings that are common for all series can be specified all together. Use the BootstrapPieChartCommonSeries class to do this.