I want to display bar chart and pie chart in my iPhone application please give me suggestions for that.
Asked
Active
Viewed 4,675 times
4
-
possible duplicate of [Cocoa Graphing/Plotting Framework that Works on iPhoneOS](http://stackoverflow.com/questions/263472/cocoa-graphing-plotting-framework-that-works-on-iphoneos) – Brad Larson Nov 20 '11 at 21:28
3 Answers
5
Try iOS Plot and iPhone Charting.
Core Plot is also a good option.
Below are some libraries which could also help you:
- Graph View
- deSimpleChart
- rgraph (Will work on UIWebView only)
- Graph classes for iPhone (a blog where demo is given to create a graph)
- Looking for a graph layout framework for iOS
Finally, there's some nice discussion about charting here.

Community
- 1
- 1

Srikar Appalaraju
- 71,928
- 54
- 216
- 264
0
I used this lib on GitHub -> https://github.com/danielgindi/Charts. This lib is absolutely perfect and free. Also same lib is available in android and native. You can also find a lot of types of chart in this lib.

Gökhan Aydın
- 177
- 11