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

BootstrapPieChart Class

A Pie Chart control.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DXClientDocumentationProviderWeb("BootstrapPieChart")]
[ToolboxBitmap(typeof(BootstrapToolboxBitmapAccess), "Bitmaps256.BootstrapPieChart.bmp")]
[ToolboxTabName("DX.20.2: Bootstrap Controls")]
public class BootstrapPieChart :
    BootstrapChartBase

The following members return BootstrapPieChart objects:

Remarks

The Bootstrap Pie Chart control visualizes data as a circle divided into sectors representing portions of the whole.

BootstrapCharts-PieChart

See Also