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:
parent
86f88870d8
commit
869788e744
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user