Iphone Coreplot
问题 I am new to the iPhone development can anybody help me to draw curve chart in iPhone using only three values -(NSUInteger)numberOfRecordsForPlot:(CPPlot *)plot { NSLog(@"Array1-->%@",Array1); return [Array1 count]; } -(NSNumber *)numberForPlot:(CPPlot *)plot field:(NSUInteger)fieldEnum recordIndex:(NSUInteger)index { NSLog(@"Array1-->%@",Array1); NSLog(@"marks1-->%@",marks1); if(fieldEnum == CPScatterPlotFieldX) { return [Array1 objectAtIndex:index]; } else { if(plot.identifier == @"X Squared