TAChart: Fix invalidation of extent caches. Issue #35313, forgotten part from patch by Marcin Wiazowski.

git-svn-id: trunk@60848 -
This commit is contained in:
wp 2019-04-05 22:24:07 +00:00
parent d5e0bb643c
commit 87794fe7a2

View File

@ -1227,6 +1227,9 @@ procedure TCustomChartSource.InvalidateCaches;
begin
FBasicExtentIsValid := false;
FValuesTotalIsValid := false;
FCumulativeExtentIsValid := false;
FXListExtentIsValid := false;
FYListExtentIsValid := false;
end;
function TCustomChartSource.IsErrorBarDataStored(AIndex: Integer): Boolean;