.NET Chart POW and CUMSUM Functions

Power, Cumulative

The Cumulative Sum function (CUMSUM) calculates a running total of the input values. Each output value is the sum of the corresponding input value and all preceding values.

The Power function (POW) raises each input value to the power specified by the second argument. For example, a power of 2 squares each value.