the.evangelist
the.evangelist

Reputation: 488

Where can I find an iPhone chart library?

I'm looking for a good charting library in Objective-C and iOS compliant (iPad mostly).

I've a requirement to display rich bar-charts (touch-flyouts to indicate the values on x and y axis), pie-charts, line graph etc.

I've explored sm2dgraphview and Core Plot and it appears they are not complete.

If there are any good commercial libraries out there, I would be happy to explore them.

Upvotes: 1

Views: 1449

Answers (3)

Banker Mittal
Banker Mittal

Reputation: 1918

CorePlot is a very good library for the ios and mac as well you can download from this location: http://code.google.com/p/core-plot/downloads/list

Upvotes: 0

the.evangelist
the.evangelist

Reputation: 488

Based on Eiko's link I found threedgraphics as a nice interface for charting.

Upvotes: 1

Rayfleck
Rayfleck

Reputation: 12106

One option is to use Google Charts in a UIWebView.

Upvotes: 0

Related Questions