How can I hide a CPScatterPlot inside CPXYGraph ?
I have tried using following line of code, but its crashing. Any clue?
[[[graph allPlots] objectAtIndex:0] setHidden:TRUE];
Note :[graph allPlots] returns 4 objects of CPScatterPlot
Thanks
Pratik Goswami
Never mind, seems Issue is already updated at CorePlot site,
Solution – I changed CPTLayer class setHidden method code from
with this one
thanks
Pratik