mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 15:59:30 +01: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
|
begin
|
||||||
if Source is TChartSeriesLegend then
|
if Source is TChartSeriesLegend then
|
||||||
with TChartSeriesLegend(Source) do begin
|
with TChartSeriesLegend(Source) do begin
|
||||||
|
Self.FFormat := FFormat;
|
||||||
|
Self.FGroupIndex := FGroupIndex;
|
||||||
Self.FMultiplicity := FMultiplicity;
|
Self.FMultiplicity := FMultiplicity;
|
||||||
Self.FOnDraw := FOnDraw;
|
Self.FOnDraw := FOnDraw;
|
||||||
|
Self.FOrder := FOrder;
|
||||||
Self.FTextFormat := FTextFormat;
|
Self.FTextFormat := FTextFormat;
|
||||||
Self.FUserItemsCount := FUserItemsCount;
|
Self.FUserItemsCount := FUserItemsCount;
|
||||||
|
Self.FVisible := FVisible;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
inherited Assign(Source);
|
inherited Assign(Source);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user