How to set TScrollPagerTool height?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Jeff
Newbie
Newbie
Posts: 11
Joined: Wed Oct 28, 2015 12:00 am

How to set TScrollPagerTool height?

Post by Jeff » Fri Nov 13, 2015 5:56 am

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?

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to set TScrollPagerTool height?

Post by Yeray » Fri Nov 13, 2015 4:28 pm

Hello,

You can change the DivisionRatio. Have you tried it?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Jeff
Newbie
Newbie
Posts: 11
Joined: Wed Oct 28, 2015 12:00 am

Re: How to set TScrollPagerTool height?

Post by Jeff » Fri Nov 13, 2015 5:40 pm

Thanks, I will try it now.

Jeff
Newbie
Newbie
Posts: 11
Joined: Wed Oct 28, 2015 12:00 am

Re: How to set TScrollPagerTool height?

Post by Jeff » Fri Nov 13, 2015 5:53 pm

It work, thanks, too many parameters and attributes, but only two eyes.

Post Reply