Back to Devexpress

BootstrapChartBarSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-38a486bc.md

latest2.1 KB
Original Source

BootstrapChartBarSeries Class

Stores settings for series of the Bar type.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartBarSeries :
    BootstrapChartBarSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapChartBarSeries
    Inherits BootstrapChartBarSeriesBase
    Implements 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.

Inheritance

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartBarSeriesBase BootstrapChartBarSeries

See Also

BootstrapChartBarSeries Members

DevExpress.Web.Bootstrap Namespace