fpspreadsheet: Chart link supports rotated axes.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9094 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-12-19 12:30:16 +00:00
parent 2966f77529
commit 41fda1fbfb
6 changed files with 56 additions and 13 deletions

View File

@ -103,17 +103,26 @@ object Form1: TForm1
'../../../other/chart/pie.ods'
'../../../other/chart/radar.ods'
'../../../other/chart/regression.ods'
'../../../other/chart/regression-rotated.ods'
'../../../other/chart/scatter-lin.ods'
'../../../other/chart/scatter-log.ods'
'../../../other/chart/scatter-loglog.ods'
'../../../other/chart/stock-candlestick.ods'
'../../../other/chart/stock-candlestick-rotated.ods'
'../../../other/chart/stock-hlc.ods'
'../../../other/chart/stock-hlc-rotated.ods'
'../../../other/chart/stock-vol-candlestick-area.ods'
'../../../other/chart/stock-vol-candlestick-area-rotated.ods'
'../../../other/chart/stock-vol-candlestick-bars.ods'
'../../../other/chart/stock-vol-candlestick-bars-rotated.ods'
'../../../other/chart/stock-vol-candlestick-line.ods'
'../../../other/chart/stock-vol-candlestick-line-rotated.ods'
'../../../other/chart/stock-vol-hlc-area.ods'
'../../../other/chart/stock-vol-hlc-area-rotated.ods'
'../../../other/chart/stock-vol-hlc-bars.ods'
'../../../other/chart/stock-vol-hlc-bars-rotated.ods'
'../../../other/chart/stock-vol-hlc-line.ods'
'../../../other/chart/stock-vol-hlc-line-rotated.ods'
)
TabOrder = 0
OnCloseUp = ComboBox1CloseUp