Back to Devexpress

BootstrapPieChartSeriesCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-e1190227.md

latest2.2 KB
Original Source

BootstrapPieChartSeriesCollection Class

A collection of Pie Chart series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPieChartSeriesCollection :
    BootstrapChartSeriesCollectionBase
vb
Public Class BootstrapPieChartSeriesCollection
    Inherits BootstrapChartSeriesCollectionBase

The following members return BootstrapPieChartSeriesCollection objects:

Remarks

A series represents a group of related data points. To configure a series, add an object to the BootstrapPieChartSeriesCollection array.

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.

Inheritance

Object StateManagedCollectionBase Collection BootstrapChartSeriesCollectionBase BootstrapPieChartSeriesCollection

See Also

BootstrapPieChartSeriesCollection Members

Pie Chart

Chart Series

DevExpress.Web.Bootstrap Namespace