The MsCalculationType enumeration is used to determine the calculation mode.
It is used by the following properties:
| Value | Brief description |
| 0 | Pointwise. The calculation is executed consequently in each point of the series: first the formula is calculated by the first point, then by the second and so on. |
| 1 | Serie. The calculation is executed simultaneously by all points of the series. |
See also: