fpspreadsheet: Split chart writing code off of ods writer.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-10-29 12:10:50 +00:00
parent 49849cc193
commit b8bff13140
6 changed files with 1511 additions and 1409 deletions

View File

@ -83,7 +83,7 @@ begin
ch.Background.Style := fsSolidFill;
ch.Border.Style := clsSolid;
ch.PlotArea.Background.Style := fsSolidFill;
ch.RotatedAxes := true;
//ch.RotatedAxes := true;
ch.StackMode := csmStackedPercentage;
//ch.Interpolation := ciCubicSpline;