Class ChartSeriesAggregate
Specifies the preferred series aggregate.
Inheritance
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartSeriesAggregate : Enum
Fields
Avg
The average of all values for the date period.
Declaration
public const ChartSeriesAggregate Avg
Field Value
ChartSeriesAggregate
|
Count
The number of values for the date period.
Declaration
public const ChartSeriesAggregate Count
Field Value
ChartSeriesAggregate
|
First
The first of all values for the date period.
Declaration
public const ChartSeriesAggregate First
Field Value
ChartSeriesAggregate
|
Max
The highest value for the date period.
Declaration
public const ChartSeriesAggregate Max
Field Value
ChartSeriesAggregate
|
Min
The lowest value for the date period.
Declaration
public const ChartSeriesAggregate Min
Field Value
ChartSeriesAggregate
|
Sum
The sum of all values for the date period.
Declaration
public const ChartSeriesAggregate Sum
Field Value
ChartSeriesAggregate
|
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).
Declaration
public const ChartSeriesAggregate SumOrNull
Field Value
ChartSeriesAggregate
|
value__
Declaration
public int value__
Field Value
System.Int32
|