I am new to core Plot framework. I want to draw line graph and bar graph in iPhone. I searched for samples in Google but, i can not find exact samples/tutorials. Can you please guide some samples or tutorials using Core-Plot framework and draw graph? Thanks in advance.
Asked
Active
Viewed 9,427 times
2
-
possible duplicate of [Are there any examples for how to draw a line chart in Core Plot on the iPhone?](http://stackoverflow.com/questions/2934357/are-there-any-examples-for-how-to-draw-a-line-chart-in-core-plot-on-the-iphone) – Brad Larson Dec 24 '11 at 19:37
-
The Core Plot framework itself comes with several examples of bar and line graphs, so you should look there first. – Brad Larson Dec 24 '11 at 19:38
2 Answers
2
Examples and demo code:
http://code.google.com/p/core-plot/source/browse/#hg%2Fexamples
Tutorials:
http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application
http://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications
Duplicate question:
0
A nice example how to draw the graph: http://www.mobdevel.com/?p=96
The documentation is provided here: http://core-plot.googlecode.com/hg/documentation/html/MacOS/annotated.html

Darius Miliauskas
- 3,391
- 4
- 35
- 53