fpspreadsheet: Chart link supports series marks, and pie series. Add related missing properties to ods reader/writer.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9038 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-11-22 22:08:47 +00:00
parent 71f5985598
commit 6946f27d34
4 changed files with 227 additions and 15 deletions

View File

@@ -35,7 +35,9 @@ implementation
{$R *.lfm}
const
FILE_NAME = '../../../other/chart/bars.ods';
// FILE_NAME = '../../../other/chart/bars.ods';
// FILE_NAME = '../../../other/chart/area.ods';
FILE_NAME = '../../../other/chart/pie.ods';
{ TForm1 }