Does anybody know how to get rid of the outer margin of the plot area frame in a CorePlot graph? I don't have too much available space in my iPhone app for displaying it so I would like the plot area frame to match the whole view dimensions.
taking in consideration:
Modifying the padding doesn't affect the outer margins but the internal ones. Any suggestion would be really appreciated!
thanks a lot!
Claus
Which padding did you change? This should enlarge the plot area frame to fill the space:
graph.paddingLeft = 0.0;
graph.paddingTop = 0.0;
graph.paddingRight = 0.0;
graph.paddingBottom = 0.0;
Eric
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With