ChartSeriesAggregationMethod Enum
In This Article
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
[JsonConverter(typeof(StringEnumConverter))]
public enum ChartSeriesAggregationMethod
#Members
Name |
---|
Avg
|
Count
|
Max
|
Min
|
Ohlc
|
Range
|
Sum
|
Custom
|
See Also