TAChart: Update chart after change to Shadow property of a series

git-svn-id: trunk@40088 -
This commit is contained in:
ask 2013-01-31 08:51:40 +00:00
parent a8e7592834
commit 0df5d1caa3

View File

@ -288,6 +288,7 @@ uses
procedure TCustomChartSeries.AfterAdd;
begin
Legend.SetOwner(FChart);
Shadow.SetOwner(FChart);
end;
procedure TCustomChartSeries.Assign(ASource: TPersistent);