I am trying to remove the border around a core plot graph on the iPhone - but seem to be struggling on what should be simple in my mind.
Pointers please!
None of the answers worked for me. This did the job:
graph.paddingLeft = 0; graph.paddingRight = 0; graph.paddingTop = 0; graph.paddingBottom = 0; graph.plotAreaFrame.borderWidth = 0; graph.plotAreaFrame.cornerRadius = 0;