Cumulative Function. The TCumulative function sums the Series values starting from the first point. Example: Given these values: 1 2 3 The TCumulative function returns: 1 3 6 ( 1=1, 1+2=3 and 1+2+3=6 )

For a list of all members of this type, see Cumulative Members


System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Steema.TeeChart.Drawing.TeeBase
            Steema.TeeChart.Functions.Function
public class Cumulative : Function , IComponent, IDisposable

Requirements

Namespace: Steema.TeeChart.Functions Namespace

Assembly: TeeChart.dll

See Also

Cumulative members | Steema.TeeChart.Functions Namespace