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!
The correct way with borderLineStyle = nil after applyTheme:
CPTGraph *graph = [[CPTXYGraph alloc] initWithFrame:hostView.bounds]; // Set padding for plot area [graph applyTheme:[CPTTheme themeNamed:kCPTPlainWhiteTheme]]; graph.plotAreaFrame.borderLineStyle = nil;