Back to Devexpress

BootstrapPolarChartBarSeries Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5c21f8b1.md

latest2.1 KB
Original Source

BootstrapPolarChartBarSeries Class

Stores settings of the Bar series.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPolarChartBarSeries :
    BootstrapPolarChartSeriesBase,
    IBootstrapChartUncertaintySeries
vb
Public Class BootstrapPolarChartBarSeries
    Inherits BootstrapPolarChartSeriesBase
    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 BootstrapPolarChartSeriesBase BootstrapPolarChartBarSeries

See Also

BootstrapPolarChartBarSeries Members

DevExpress.Web.Bootstrap Namespace