How to dra开发者_如何学运维w two x axes in the same graph when drawing with core-plot? CPXYAxis *topX = [[[CPXYAxis alloc] init] autorelease];
I\'ve a little problem on my graph when using core-plot. I plot my datas using 2 arrays, 1 for Y axe and 1 for X axe, classic.
I downloaded the latest coreplot installer from their site and extracted the package filethe procedure as mentioned in the installer was followed
HI, I am currently using core-plot to draw a dynamic graph and is working fine,now i am thinking to add 2 graph on 2 seperate views
Can any one suggest me any o开发者_如何学Cpen source framework to generate reports in android apps? (Some thing like \'Core-plot\' for iPhone development)iText is available for android, although I don
i am still very new to objective c and in fact this is my first attempt to build an app so please开发者_StackOverflow社区 bear with me...
hi people i had开发者_StackOverflow中文版 drawn a piechart using coreplots in my application,now i need to split a piechart into different pieces/objects and need to drag those objects.How to achieve
I\'m trying to compile an iPhone app that uses CorePlot. I\'m using XCode 4. I already ask for a question here (http://stackoverflow.com/questions/5758653/cant-submit-app-with-coreplot-using-xcode4) b
I am working in a graph using the great framework core-plot (in desktop OSX). Up to know, i\'ve managed to draw the table properly, but i am having a problem with an annotation.
How can we display info in a label, 开发者_高级运维inside each of the wedges in a pie chart developed using Core-plot? I was able to label outside the wedge. Use data labels. Several of the example pr