HasDiscrepancies: Boolean;
The HasDiscrepancies property returns whether the calculated data of the series differs from the data stored in database.
Available values:
True. Calculated data of the series differs from the data stored in database. The data from the database is displayed for the series, that is, ILanerCalculateSerie.DisplayDataAs = LnDataDisplayType.SourceValues;
False. Calculated data of the series does not differ from the data stored in database. The series data is not yet stored in the database. The calculated data is displayed for the series, that is, ILanerCalculateSerie.DisplayDataAs = LnDataDisplayType.CalculatedValues.
The property use is given in the example for ILanerCalculateSerie.DisplayDataAs.
See also: