开发者

iPhone App:Plot a graph

开发者 https://www.devze.com 2023-02-24 06:49 出处:网络
In my iPhone App I want to add Graph as shown below ! How can I plot this kind of graph in my iphone App using coreplot

In my iPhone App I want to add Graph as shown below

iPhone App:Plot a graph

!

How can I plot this kind of graph in my iphone App using coreplot

please H开发者_C百科elp and Suggest

Thanks.


You will need 3 plots--two bar plots and a scatter plot. The "Year x" labels on the x-axis are easy if you set up the labelFormatter correctly.

Look at the example programs provided with Core Plot for ideas on how to get started.


you can follow this tutorial -

http://code.google.com/p/core-plot/ http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application

you can also use google's graph api -

http://code.google.com/apis/charttools/

0

精彩评论

暂无评论...
验证码 换一张
取 消