4

I want to display bar chart and pie chart in my iPhone application please give me suggestions for that.

vishwa
  • 149
  • 1
  • 3
  • 9
  • 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 Answers3

6

Core Plot is a plotting framework for Mac OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

Cœur
  • 37,241
  • 25
  • 195
  • 267
beryllium
  • 29,669
  • 15
  • 106
  • 125
5

Try iOS Plot and iPhone Charting.

Core Plot is also a good option.

Below are some libraries which could also help you:

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.