BootstrapChartAggregationSettings Properties
Stores chart series aggregation settings.Name | Description |
---|---|
Enabled | Enables data aggregation. |
Method | Specifies how to aggregate series points. |
OnCalculate | Specifies a client function performing custom aggregation. Applies only if the BootstrapChartAggregationSettings.Method property is set to “custom”. |
See Also