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

BootstrapChartAggregationSettings.Enabled Property

Enables data aggregation.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable data aggregation; otherwise false.

Property Paths

You can access this nested property as listed below:

Show 31 property paths
Object Type Path to Enabled
BootstrapChartAreaSeries
.Aggregation.Enabled
BootstrapChartAreaSeriesBase
.Aggregation.Enabled
BootstrapChartBarSeries
.Aggregation.Enabled
BootstrapChartBarSeriesBase
.Aggregation.Enabled
BootstrapChartBubbleSeries
.Aggregation.Enabled
BootstrapChartCandleStickSeries
.Aggregation.Enabled
BootstrapChartCommonSeries
.Aggregation.Enabled
BootstrapChartFinancialSeriesBase
.Aggregation.Enabled
BootstrapChartFullStackedAreaSeries
.Aggregation.Enabled
BootstrapChartFullStackedBarSeries
.Aggregation.Enabled
BootstrapChartFullStackedLineSeries
.Aggregation.Enabled
BootstrapChartFullStackedSplineAreaSeries
.Aggregation.Enabled
BootstrapChartFullStackedSplineSeries
.Aggregation.Enabled
BootstrapChartLineSeries
.Aggregation.Enabled
BootstrapChartPointSeriesBase
.Aggregation.Enabled
BootstrapChartRangeAreaSeries
.Aggregation.Enabled
BootstrapChartRangeBarSeries
.Aggregation.Enabled
BootstrapChartRangeSeriesBase
.Aggregation.Enabled
BootstrapChartScatterSeries
.Aggregation.Enabled
BootstrapChartSeries
.Aggregation.Enabled
BootstrapChartSeriesBase
.Aggregation.Enabled
BootstrapChartSplineAreaSeries
.Aggregation.Enabled
BootstrapChartSplineSeries
.Aggregation.Enabled
BootstrapChartStackedAreaSeries
.Aggregation.Enabled
BootstrapChartStackedBarSeries
.Aggregation.Enabled
BootstrapChartStackedLineSeries
.Aggregation.Enabled
BootstrapChartStackedSplineAreaSeries
.Aggregation.Enabled
BootstrapChartStackedSplineSeries
.Aggregation.Enabled
BootstrapChartStepAreaSeries
.Aggregation.Enabled
BootstrapChartStepLineSeries
.Aggregation.Enabled
BootstrapChartStockSeries
.Aggregation.Enabled
See Also