diff --git a/components/tachart/taseries.pas b/components/tachart/taseries.pas index 6d766e6d93..fe42015b67 100644 --- a/components/tachart/taseries.pas +++ b/components/tachart/taseries.pas @@ -1566,6 +1566,7 @@ var CollectPoints(AStart, AEnd); CopyPoints(prevPts, pts, numPts); numPrevPts := numPts; + numSavedPts := numPts; // Collect points of lower end of each lever j0 := IfThen(FBanded, 0, -1);