aspnetbootstrap-devexpress-dot-web-dot-bootstrap-38a486bc.md
Stores settings for series of the Bar type.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartBarSeries :
BootstrapChartBarSeriesBase,
IBootstrapChartUncertaintySeries
Public Class BootstrapChartBarSeries
Inherits BootstrapChartBarSeriesBase
Implements IBootstrapChartUncertaintySeries
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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartBarSeriesBase BootstrapChartBarSeries
See Also