Hello,
I would like to know which property to set to maximize the size of the chart? The chart has a lot of bottom spaces. Please see attached sample.
Many Thanks
How to maximize the webchart area?
How to maximize the webchart area?
- Attachments
-
- sample1.PNG (60.81 KiB) Viewed 2625 times
Re: How to maximize the webchart area?
Hello iEnergy,
If you don’t want a lot of bottom spaces in your WebChart I recommend that change margin values as do in next line of code:
Can you please, tell us if it is a solution for you? If it doesn't solve your problem, please send us a simple example so we can reproduce your problem here.
I hope will helps.
Thanks,
If you don’t want a lot of bottom spaces in your WebChart I recommend that change margin values as do in next line of code:
Code: Select all
tChart1.Panel.MarginBottom = 0;
I hope will helps.
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 |