After add ScroolPager tool the panel margins in pixels doesn't work.
See attachment.
ScrollPager
Re: ScrollPager
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:
After you have done it, you can adjust the margins as you want. Could you tell us if previous code works for you?
Thanks,
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;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: ScrollPager
Hi Sandra, thanks for your response. This code works perfectly.
Best Regards.
Best Regards.