Search code examples
iosiphonexcodeios5

How to implement waterfall graph in iOS


I want to implement waterfall graph in iOS I searched on internet but did't find anything. I want something like below image enter image description here


Solution

  • you can use core-plot library to draw graphs.

    this libary have bar plot,you can set barBaseValye to TRUE for using bar plot as waterfall graph.

    coe-plot