FPSpreadsheet: Horizontal chart legend when at bottom.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
b91bc85680
commit
332e6d234b
@ -2539,6 +2539,7 @@ begin
|
|||||||
ALegend.UseSidebar := not AWorkbookLegend.CanOverlapPlotArea;
|
ALegend.UseSidebar := not AWorkbookLegend.CanOverlapPlotArea;
|
||||||
ALegend.Visible := AWorkbookLegend.Visible;
|
ALegend.Visible := AWorkbookLegend.Visible;
|
||||||
ALegend.TextFormat := tfHTML;
|
ALegend.TextFormat := tfHTML;
|
||||||
|
ALegend.ColumnCount := 0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user