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

Series Types

The Bootstrap Pie Chart control supports the following series types.

Pie

Use the Pie series type when you need to compare the percentage values of different point arguments in the same series, and illustrate these values as easy-to-understand pie slices.

BootstrapPieChart-Series-Pie

Doughnut

Use the Doughnut series type when it is necessary to compare the percentage values of different point arguments in the same series, and illustrate these values as easy-to-understand doughnut slices.

BootstrapPieChart-Series-Doughnut

See Also