I dynamic create a TScrollPagerTool and set to a Chart.
myTScrollPagerTool:= TScrollPagerTool.Create(Self);
myTScrollPagerTool.ParentChart:=DBChart1;
...
set myTScrollPagerTool.SubChartTChart.Height cannot change ScrollPagerTool's height.
How to set the myTScrollPagerTool's height?
How to set TScrollPagerTool height?
Re: How to set TScrollPagerTool height?
Hello,
You can change the DivisionRatio. Have you tried it?
You can change the DivisionRatio. Have you tried it?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to set TScrollPagerTool height?
Thanks, I will try it now.
Re: How to set TScrollPagerTool height?
It work, thanks, too many parameters and attributes, but only two eyes.