Page 1 of 1
Margin inside the chart
Posted: Wed Feb 10, 2010 11:04 am
by 15654539
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
Re: Margin inside the chart
Posted: Wed Feb 10, 2010 12:12 pm
by narcis
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.
Re: Margin inside the chart
Posted: Wed Feb 10, 2010 2:38 pm
by 15654539
It was the second option. Thanks a lot!