ScrollPager

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
agalves
Newbie
Newbie
Posts: 2
Joined: Fri Aug 30, 2013 12:00 am

ScrollPager

Post by agalves » Tue Nov 19, 2013 12:04 pm

After add ScroolPager tool the panel margins in pixels doesn't work.
See attachment.
Capturar.PNG
Capturar.PNG (43.78 KiB) Viewed 4373 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: ScrollPager

Post by Sandra » Wed Nov 20, 2013 9:35 am

Hello agalves,

If you wan change the Margins of Parent Chart after add ScrollPager Tool you must disable previously the CustomChartRect as do in next line:

Code: Select all

tChart1.Chart.CustomChartRect = false;
After you have done it, you can adjust the margins as you want. Could you tell us if previous code works for you?

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

agalves
Newbie
Newbie
Posts: 2
Joined: Fri Aug 30, 2013 12:00 am

Re: ScrollPager

Post by agalves » Thu Nov 21, 2013 1:35 pm

Hi Sandra, thanks for your response. This code works perfectly.

Best Regards.

Post Reply