The ValidationMissingDataSeriesMode enumeration is used to determine loading mode for exceptions found by the Missing Data validation rule.
It is used by the following property:
| Value | Brief description |
| 0 | None. Exceptions are loaded by the each found point of the data series. |
| 1 | Range. Exceptions are loaded by the series, if there is no data in the specified dates range. |
| 2 | Serie. Exceptions are loaded by the series, if the whole row does not contain data. |
See also: