core-plot
iPhone CPScatterplot
How to make a smooth line in CPScatterplot .To make scatterplot like a curve chart. i use this code CPScatterPlot.dataSource = self;[详细]
2023-03-08 01:02 分类:问答MonoTouch CorePlot (using Miguel's sample)
I am using the MonoTouch 4.0.3 framework and having trouble loading and linking the library on 开发者_C百科to the device for the provided example code for the CorePlot API. It seems to run and work fi[详细]
2023-03-07 07:13 分类:问答display same color of text label as pie chart slice have
i am using core plot to draw pie chart and following text Error 10 Pass400 so for above data my pie chart conta开发者_如何学Pythonins 2 slice with 2 different color[详细]
2023-03-07 04:16 分类:问答error: CorePlot-CocoaTouch.h: No such file or directory
i know i am asking the same question as this question is already ask many times by other people but still i have problem after following all steps[详细]
2023-03-06 06:42 分类:问答Curve with CorePlot
I want to plot one graph in which curve & line drawing both. I used scatterPlot. How to draw curve with Coreplot.[详细]
2023-03-06 04:38 分类:问答Problem CorePlot in iPhone framework
I have followed the documentation of CorePlot. After doing everything, I am facing following problem:[详细]
2023-03-05 20:58 分类:问答Core-Plot: Personalizing Plot
I\'m experimenting the Core Plot library for iOS. I\'ve managed to show a graph with my information, however i\'m unable to personalize the visualization as I want.[详细]
2023-03-05 20:09 分类:问答grouped bar graph example using core plot iphone?
I want to know how to create grouped bar graph? I tried but I got only single bar graph. Below, is my code any one tell me what is the mistake .[详细]
2023-03-05 20:07 分类:问答core plot help to draw two plots together
How开发者_StackOverflow中文版 to draw both bar and scatter plot together? I have created object of both in viewDidLoad and the datasource also read correctly. I add it to the same plotspace. But no us[详细]
2023-03-04 06:40 分类:问答Real time core plot IOS
I am using the core plot framework to make a real time chart. The problem is that after a while it freezes my iphone . I think is because of the large number of data and that i reload it every timei g[详细]
2023-03-03 22:59 分类:问答