How do remove the border around a core-plot graph

后端 未结 7 1986
北荒
北荒 2021-01-31 18:42

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!

相关标签:
7条回答
  • 2021-01-31 19:19

    In CorePlot 1.0, the structure of CPTGraph has changed slightly. The code for removing the border line of a graph, assuming that graph is of type GPTGraph or a subclass of CPTGraph, is

    graph.plotAreaFrame.borderLineStyle = nil;
    
    0 讨论(0)
提交回复
热议问题