Namespace: PP.Exp.Ui;
The EaxAggregationFunction enumeration contains aggregation functions for indicators.
It is used by the EaxMdService.setIndAgg method.
Value | Brief description |
None | Aggregation is not used. |
Average | Average. |
Max | Maximum value. |
Mean | Mean. |
Median | Median for aggregated values. |
Min | Minimum value. |
Mode | Value mode. |
Sum | Value sum. |
See also: