0

In my iPhone app, I need to plot the charts dynamically based on the data that comes from my database.

How can I make the charts and display them?

halfer
  • 19,824
  • 17
  • 99
  • 186
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
  • 1
    possible duplicate of [Is there a good charting library for iPhone?](http://stackoverflow.com/questions/769749/is-there-a-good-charting-library-for-iphone) – Brad Larson Dec 20 '10 at 17:00
  • Possible duplicate of [Is there a good charting library for iPhone?](https://stackoverflow.com/questions/769749/is-there-a-good-charting-library-for-iphone) – halfer Jul 29 '18 at 19:58

1 Answers1

1

If your chart should be as simple enough you can try the Google Chart API. Where the chart will be fetched via web. Or you can go for core plot

See this stackoverflow post

Community
  • 1
  • 1
ipraba
  • 16,485
  • 4
  • 59
  • 58