Nikunj
Nikunj

Reputation: 987

Using charts in iPhone applications

I want to add charts feature in my application..

I have gone through with various links in OLD posts. Most of the links are not working.

And I am unable to checkout core plot API with below link core plot API.

Getting error:

Server sent unexpected return value (405 Method Not Allowed)

So can any one suggest OR provide link for any latest libraries or API which I can use?

Upvotes: 0

Views: 78

Answers (1)

Saurabh Shukla
Saurabh Shukla

Reputation: 1398

You can download latest Core Plot chart library release from this link:

https://code.google.com/p/core-plot/downloads/detail?name=CorePlot_1.1.zip&can=2&q=

You will get core clot library and an example using the above downloaded link.

Below is the link for instructions to integrate this in your application:

https://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications

Hope this would be helpful for you.

Upvotes: 2

Related Questions