Back to Devexpress

BootstrapPieChartSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8538c5e1.md

latest2.8 KB
Original Source

BootstrapPieChartSeries Class

Stores settings of a Pie Chart series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPieChartSeries :
    BootstrapChartCommonSeriesBase
vb
Public Class BootstrapPieChartSeries
    Inherits BootstrapChartCommonSeriesBase

The following members return BootstrapPieChartSeries objects:

Remarks

A series represents a group of related data points. To configure a series, add an object to the BootstrapPieChart.SeriesCollection 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 StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapPieChartSeries BootstrapPieChartCommonSeries

See Also

BootstrapPieChartSeries Members

Pie Chart

Chart Series

DevExpress.Web.Bootstrap Namespace