I am trying to put 6 Coreplot charts on an iPad in landscape mode so each chart is 128pixels in height (ie. 768/6)
The issue I am having is that if I set all the padding to 0 the chart still has lots of padding around the chart being plotted.
Is there a way to remove this default padding from the chart?
Thanks in advance Damien
The pink marks in the image are the padding I want to remove
https://i.sstatic.net/nXzFv.png
or
http://s10.postimage.org/d2rl0ajsn/Image13.png
Here is the chart without the theme applied (The padding is still present) I added a pink border so you can see the actual size
I also tried setting the padding to -20.0 and the same padding was present but the visible chart area was cutting the chart off.
There seems to be an outer frame which is setting this padding and holding the chart area..