A newer version of this page is available.
Switch to the current version.
BootstrapChartBase Class
Serves as a base for Bootstrap chart controls.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public abstract class BootstrapChartBase :
BootstrapWebClientUIWidgetEx,
IClientCustomModifier
Public MustInherit Class BootstrapChartBase
Inherits BootstrapWebClientUIWidgetEx
Implements 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
Feedback