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

后端 未结 3 1710
无人共我
无人共我 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.

    0 讨论(0)
  • 2021-01-06 05:42

    Core Plot is a plotting framework for Mac OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

    0 讨论(0)
  • 2021-01-06 05:53

    I used this lib on GitHub -> https://github.com/danielgindi/Charts. This lib is absolutely perfect and free. Also same lib is available in android and native. You can also find a lot of types of chart in this lib.

    0 讨论(0)
提交回复
热议问题