Enum
ChartSeriesAggregate

Specifies the preferred series aggregate.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartSeriesAggregate

Fields

Avg

The average of all values for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "avg")]
Avg = 0

Field Value

ChartSeriesAggregate

Count

The number of values for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "count")]
Count = 1

Field Value

ChartSeriesAggregate

First

The first of all values for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "first")]
First = 2

Field Value

ChartSeriesAggregate

Max

The highest value for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "max")]
Max = 3

Field Value

ChartSeriesAggregate

Min

The lowest value for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "min")]
Min = 4

Field Value

ChartSeriesAggregate

Sum

The sum of all values for the date period.

Declaration

cs-api-definition
[EnumMember(Value = "sum")]
Sum = 5

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

cs-api-definition
[EnumMember(Value = "sumOrNull")]
SumOrNull = 6

Field Value

ChartSeriesAggregate

In this article
DefinitionFieldsAvgCountFirstMaxMinSumSumOrNull
Not finding the help you need?
Contact Support