The MsCumulativeMethodType enumeration is used to determine a cumulative method.
It is used by the following properties:
| Value | Brief description |
| 0 | Average. The range of elements average is determined. |
| 1 | Max. The maximum value of the element in the range is determined. |
| 2 | Min. The minimum value of the element in the range is determined. |
| 3 | Multiply. The range of elements values product is determined. |
| 4 | StDev. The standard deviation of the range of element values is determined. |
| 5 | Sum. The range of element values sum is determined. |
| 6 | Median. The median of range element values is determined. |
A cumulative method is a method that is used to calculate the output series element values on the input series values range.
See also: