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

BootstrapPieChart.SeriesCollection Property

Specifies options for the series of the Pie Chart widget.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

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.

See Also