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

BootstrapChartBarSeries Class

Stores settings for series of the Bar type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartBarSeries :
    BootstrapChartBarSeriesBase,
    IBootstrapChartUncertaintySeries

Remarks

In the Bar series type, data is displayed as sets of rectangular bars with lengths proportional to the values that they represent. Often, bar series are used to compare values in different discrete categories such as months, countries, age, etc. When there are several bar series, bars for each argument are displayed side-by-side.

BootstrapChart-Series-Bar

See Also