Margin inside the chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Margin inside the chart

Post by acastro » Wed Feb 10, 2010 11:04 am

How can I remove the left and right margins into the chart?

I uploaded a screenshot to explain better, I painted in black the margins I want to remove.

Thanks
Attachments
chart-margin.png
chart-margin.png (43.13 KiB) Viewed 3718 times

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Margin inside the chart

Post by Narcís » Wed Feb 10, 2010 12:12 pm

Hi wakeup,

I can think of 3 options causing this:

1. Having bottom axis set to Automatic=false:
2. Having bottom axis MinimumOffset and MaximumOffset different to zero.
3. Having null values at the beginning and end of the series.

Is your application falling into any of the categories above? Does changing it solve the problem at your end? If not please attach a simple example project we can run "as-is" to reproduce the problem here.

Thanks in advance.
Best Regards,
Narcís Calvet / 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

acastro
Advanced
Posts: 204
Joined: Tue Oct 27, 2009 12:00 am

Re: Margin inside the chart

Post by acastro » Wed Feb 10, 2010 2:38 pm

It was the second option. Thanks a lot!

Post Reply