BootstrapPolarChartBarSeries Class
Stores settings of the Bar series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapPolarChartBarSeries :
BootstrapPolarChartSeriesBase,
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