Search code examples
iphoneobjective-ccocoa-touchios4charts

How can we plot charts dynamically in iPhone SDK?


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?


Solution

  • 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