The Cumulative function calculates the incremental sum of the data source point values.
Example:
Source is 7,5,6 - Cumulative is 7, 7+5, 7+5+6 (7,12 and 18)