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:
wp_xxyyzz 2024-09-27 17:20:11 +00:00
parent b91bc85680
commit 332e6d234b

View File

@ -2539,6 +2539,7 @@ begin
ALegend.UseSidebar := not AWorkbookLegend.CanOverlapPlotArea;
ALegend.Visible := AWorkbookLegend.Visible;
ALegend.TextFormat := tfHTML;
ALegend.ColumnCount := 0;
end;
end;