mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 10:56:35 +02:00
TAChart: Add forgotten properties to TChartSeriesLegend.Assign.
git-svn-id: trunk@60835 -
This commit is contained in:
parent
643da08e7a
commit
d1da579c77
@ -965,10 +965,14 @@ procedure TChartSeriesLegend.Assign(Source: TPersistent);
|
||||
begin
|
||||
if Source is TChartSeriesLegend then
|
||||
with TChartSeriesLegend(Source) do begin
|
||||
Self.FFormat := FFormat;
|
||||
Self.FGroupIndex := FGroupIndex;
|
||||
Self.FMultiplicity := FMultiplicity;
|
||||
Self.FOnDraw := FOnDraw;
|
||||
Self.FOrder := FOrder;
|
||||
Self.FTextFormat := FTextFormat;
|
||||
Self.FUserItemsCount := FUserItemsCount;
|
||||
Self.FVisible := FVisible;
|
||||
end;
|
||||
|
||||
inherited Assign(Source);
|
||||
|
Loading…
Reference in New Issue
Block a user