A newer version of this page is available.
Switch to the current version.
BootstrapChartAggregationSettings.Method Property
Specifies how to aggregate series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(ChartSeriesAggregationMethod.NotSet)]
public ChartSeriesAggregationMethod Method { get; set; }
<DefaultValue(ChartSeriesAggregationMethod.NotSet)>
Public Property Method As ChartSeriesAggregationMethod
Property Value
Type | Default | Description |
---|---|---|
ChartSeriesAggregationMethod | NotSet |
A ChartSeriesAggregationMethod enumeration value. |
Property Paths
You can access this nested property as listed below:
Show 31 property paths
See Also
Feedback