How can I draw bar chart and pie chart iPhone sdk?

后端 未结 3 1726
无人共我
无人共我 2021-01-06 05:02

I want to display bar chart and pie chart in my iPhone application please give me suggestions for that.

3条回答
  •  难免孤独
    2021-01-06 05:36

    Try iOS Plot and iPhone Charting.

    Core Plot is also a good option.

    Below are some libraries which could also help you:

    • Graph View
    • deSimpleChart
    • rgraph (Will work on UIWebView only)
    • Graph classes for iPhone (a blog where demo is given to create a graph)
    • Looking for a graph layout framework for iOS

    Finally, there's some nice discussion about charting here.

提交回复
热议问题