gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

I created a GraphSeries class w/ the protocols <CPTPlotDataSource,CPTScatterPlotDelegate> implemented the proper methods but its not getting called in after I added to the Graph Object, but it worked in the older framework #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I created a GraphSeries class w/ the protocols 
<CPTPlotDataSource,CPTScatterPlotDelegate> implemented 
the methods:

-(NSUInteger)numberOfRecordsForPlot:(CPTPlot *)plot
-(NSNumber *)numberForPlot:(CPTPlot *)plot field:(NSUInteger)fieldEnum 
recordIndex:(NSUInteger)index

but these methods aren't getting hit after I add it to the CPTXYGraph object.  
However it works when i'm using the older framework.

Original issue reported on code.google.com by dpha...@gmail.com on 20 Jul 2011 at 11:51

GoogleCodeExporter commented 9 years ago
Are you getting any compiler or linker errors? MacOS or iOS?

Original comment by eskr...@mac.com on 21 Jul 2011 at 12:28

GoogleCodeExporter commented 9 years ago
you can delete this one, it was a silly programming error on my part. 

Original comment by dpha...@gmail.com on 21 Jul 2011 at 1:24

GoogleCodeExporter commented 9 years ago
you can delete this one, it was a silly programming error on my part. 

Original comment by dpha...@gmail.com on 21 Jul 2011 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 21 Jul 2011 at 2:59