I created an application having multiple plots in a single graph(Line graph),which is in 3.2 version.In simulator it is working fine,but while Iam trying to run in my device,datasource methods of core-plot is not getting called.
-(NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot
could anyone help me,What is the problem here?