I am trying to have my bar chart have the same rotate behaviour as in the example provided in c开发者_如何学Pythonore plot. I am using xcode4 and been googling with no luck for a while to get this wor
Can someone tell me how to remove the decimal points from the Axis labels? Instead of 10.0 I\'d like to have only 10 show开发者_JS百科ing.CPTXYAxis *x = axisSet.xAxis;
I\'m using core plot to draw a bar chart, I was wondering is there a way I can have touch开发者_如何学C events on the bars? Thanks.You use a delegate object to receive notification of touch events in
In numberOfRecordsForPlot:... I have this code: int count = [[optsDict objectForKey:@\"Values\"] count];
I have a process that collected data. at specific intervals I need to create graphs and send them to a different process as pdf data.
I am not quite sure if core-plot is able to do this. I have a list of unix timestamps and some values and I need to display it as follows (Line graph)
I\'m trying to have core plot to automatically redraw a b开发者_如何学Goar chart when orientation is changed just like in the provided example (CPTTest-iphone). I made some search on google but no luc
Currently I am using the following code from the scatter plot example code: // Axes CPTXYAxisSet *xyAxisSet = (id)graph.axisSet;
I\'m trying to find some sample code for Core-Plot on the iPhone.So far, all the examples I\'ve found plot equations such as X^2 or 1/X, etc. over some range.My goal is to find some sample code that j
I\'m trying to draw a bar chart with gridlines and custom labels. Unfortunately I can\'t get it to display both custom label and gridlines. To have gridlines I 开发者_开发问答need to set the axis labe