aggregateType property

String? aggregateType
getter/setter pair

The aggregation type for the series of a data source chart.

Only supported for data source charts. Possible string values are:

  • "CHART_AGGREGATE_TYPE_UNSPECIFIED" : Default value, do not use.
  • "AVERAGE" : Average aggregate function.
  • "COUNT" : Count aggregate function.
  • "MAX" : Maximum aggregate function.
  • "MEDIAN" : Median aggregate function.
  • "MIN" : Minimum aggregate function.
  • "SUM" : Sum aggregate function.

Implementation

core.String? aggregateType;