Page 1 of 1
ScrollPager
Posted: Tue Nov 19, 2013 12:04 pm
by 15666898
After add ScroolPager tool the panel margins in pixels doesn't work.
See attachment.
- Capturar.PNG (43.78 KiB) Viewed 4372 times
Re: ScrollPager
Posted: Wed Nov 20, 2013 9:35 am
by 10050769
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,
Re: ScrollPager
Posted: Thu Nov 21, 2013 1:35 pm
by 15666898
Hi Sandra, thanks for your response. This code works perfectly.
Best Regards.