how to plot months of the year on x-axis using core plot in iphone
问题 how to plot months of the year on x-axis using core plot and on y-axis i need multiples of 200 morever this data i used to get from an excel sheet.can anyone help me out from this. Thanks in advance.... 回答1: Here is some sample code taken from a recent project. My x-axis data was an array of NSDates. I set up my axisSet as normal, and then added the following code below: axisSet.xAxis.labelingPolicy = CPTAxisLabelingPolicyNone; NSMutableArray *countingXPoints=[[NSMutableArray alloc] init];