core-plot
two x axes in the same graph?
How to dra开发者_如何学运维w two x axes in the same graph when drawing with core-plot? CPXYAxis *topX = [[[CPXYAxis alloc] init] autorelease];[详细]
2023-03-03 21:36 分类:问答Core-plot, label length
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.[详细]
2023-03-02 23:36 分类:问答how to install coreplot on mac and use it for ios applications
I downloaded the latest coreplot installer from their site and extracted the package filethe procedure as mentioned in the installer was followed[详细]
2023-03-02 09:48 分类:问答2 core-plot graphs on 2 seperate UIviews with dynamic data update
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[详细]
2023-03-02 02:40 分类:问答Open source frameworksto generate graphical reports?
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[详细]
2023-03-01 10:16 分类:问答core-plot adding UITable
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...[详细]
2023-03-01 03:29 分类:问答how to drag a wedge from pie chart which is developed using coreplot in iphone
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[详细]
2023-02-28 22:51 分类:问答Copy CoreData source into XCode 4 project
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[详细]
2023-02-28 21:18 分类:问答Core-Plot: Annotation Position
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.[详细]
2023-02-28 09:41 分类:问答Displaying info in wedges of Pie chart in Core-plot?
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[详细]
2023-02-28 07:21 分类:问答