FPSpreadsheet: Comment on default chart legend position

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9439 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-09-14 14:21:20 +00:00
parent 86f88870d8
commit 869788e744

View File

@ -1963,6 +1963,10 @@ begin
FFont := TsFont.Create;
FFont.Size := 9;
FVisible := true;
// FPosition := lpBottom;
// That's the default of xlsx, but TAChart has difficulties with automatically
// arranging several items per row. And .ods uses lpRight anyway...
end;
destructor TsChartLegend.Destroy;