Accumulate Property
Overloads
| Accumulate | * 0 means no accumulation * 1 means full accumulation (each y-value accumulates all previous y-values of the expression) * ≥ 2 means accumulate as many steps as the  Default value is 0. This parameter is optional. JSON property name: qAccumulate | 
Accumulate
- 0 means no accumulation
- 1 means full accumulation (each y-value accumulates all previous y-values of the expression)
- ≥ 2 means accumulate as many steps as the qAccumulate value
Default value is 0.
This parameter is optional.
JSON property name: qAccumulate
Declaration
      int Accumulate { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |