ChartSeriesAggregateSettingsTagHelper
Example
Razor
<aggregate>
</aggregate>
Attributes
| Attribute | Type | Description |
|---|---|---|
| close | ChartSeriesAggregate | Specifies the aggregate for the close value. Applicable to "candlestick" series. |
| close-handler | String | Specifies the aggregate handler for the close value. Applicable to "candlestick" series. |
| high | ChartSeriesAggregate | Specifies the aggregate for the high value. Applicable to "candlestick" series. |
| high-handler | String | Specifies the aggregate handler for the high value. Applicable to "candlestick" series. |
| low | ChartSeriesAggregate | Specifies the aggregate for the low value. Applicable to "candlestick" series. |
| lower | ChartSeriesAggregate | Specifies the aggregate for the lower value. Applicable to "boxPlot" series. |
| lower-handler | String | Specifies the aggregate handler for the lower value. Applicable to "boxPlot" series. |
| low-handler | String | Specifies the aggregate handler for the low value. Applicable to "candlestick" series. |
| mean | ChartSeriesAggregate | Specifies the aggregate for the mean value. Applicable to "boxPlot" series. |
| mean-handler | String | Specifies the aggregate handler for the mean value. Applicable to "boxPlot" series. |
| median | ChartSeriesAggregate | Specifies the aggregate for the median value. Applicable to "boxPlot" series. |
| median-handler | String | Specifies the aggregate handler for the median value. Applicable to "boxPlot" series. |
| open | ChartSeriesAggregate | Specifies the aggregate for the open value. Applicable to "candlestick" series. |
| open-handler | String | Specifies the aggregate handler for the open value. Applicable to "candlestick" series. |
| outliers | ChartSeriesAggregate | Specifies the aggregate for outliers. Applicable to "boxPlot" series. |
| outliers-handler | String | Specifies the aggregate handler for outliers. Applicable to "boxPlot" series. |
| q1 | ChartSeriesAggregate | Specifies the aggregate for the q1 value. Applicable to "boxPlot" series. |
| q1-handler | String | Specifies the aggregate handler for the q1 value. Applicable to "boxPlot" series. |
| q3 | ChartSeriesAggregate | Specifies the aggregate for the q3 value. Applicable to "boxPlot" series. |
| q3-handler | String | Specifies the aggregate handler for the q3 value. Applicable to "boxPlot" series. |
| upper | ChartSeriesAggregate | Specifies the aggregate for the upper value. Applicable to "boxPlot" series. |
| upper-handler | String | Specifies the aggregate handler for the upper value. Applicable to "boxPlot" series. |