Page 1 of 1

How to set TScrollPagerTool height?

Posted: Fri Nov 13, 2015 5:56 am
by 16576728
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?

Re: How to set TScrollPagerTool height?

Posted: Fri Nov 13, 2015 4:28 pm
by yeray
Hello,

You can change the DivisionRatio. Have you tried it?

Re: How to set TScrollPagerTool height?

Posted: Fri Nov 13, 2015 5:40 pm
by 16576728
Thanks, I will try it now.

Re: How to set TScrollPagerTool height?

Posted: Fri Nov 13, 2015 5:53 pm
by 16576728
It work, thanks, too many parameters and attributes, but only two eyes.