TAChart: Fix legend issue and memory leak of bar and area series (issue #0032181)

git-svn-id: trunk@55551 -
This commit is contained in:
wp 2017-07-20 22:12:15 +00:00
parent 51ca7791dc
commit 7a7b03235d

View File

@ -1287,6 +1287,7 @@ begin
begin
li := TLegendItemBrushRect.Create(ABrush, LegendTextSingle);
li.TextFormat := Legend.TextFormat;
AItems.Add(li);
end;
lmPoint:
for i := 0 to Count - 1 do begin