Kendo.Mvc.UI.ChartSeriesAggregate
Aggregate function for date series.
Fields
Max
The highest value for the date period
Min
The lowest value for the date period
Sum
The sum of all values for the date period
SumOrNull
The sum of all values for the date period. If there are not data for the current period of time the aggregate will return 'null'(instead of 'zero' for the sum aggregate).
Count
The number of values for the date period
Avg
The average of all values for the date period
First
The first of all values for the date period