How to maximize the webchart area?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

How to maximize the webchart area?

Post by iEnergy » Thu Dec 02, 2010 9:14 am

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
Attachments
sample1.PNG
sample1.PNG (60.81 KiB) Viewed 2626 times

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

Re: How to maximize the webchart area?

Post by Sandra » Thu Dec 02, 2010 11:22 am

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:

Code: Select all

 tChart1.Panel.MarginBottom = 0;
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,
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

Post Reply