BootstrapChartBase Class
In This Article
Serves as a base for Bootstrap chart controls.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public abstract class BootstrapChartBase :
BootstrapWebClientUIWidgetEx,
IClientCustomModifier
#Remarks
You can use one of these chart types depending on your task:
- BootstrapChart to show data in a 2d coordinate system;
- BootstrapPieChart to visualize portions of data as segments in a circle;
- BootstrapPolarChart to represent data in a polar coordinate system.
#Inheritance
See Also