Question

I am new to Quartz, and I would like to draw a candlestick chart in iOS, but I don't know how.

How can I draw charts like this? Are there any good examples for iOS?

Was it helpful?

Solution

Core Plot may be able to do it. If not, it's probably a pretty easy thing to add to the Core Plot library.

http://code.google.com/p/core-plot/

OTHER TIPS

You can do it with SwiftCharts, there are 2 candle sticks examples ready to use - one interactive and other not-interactive (with less overhead, in case you don't need interactivity)

(Disclosure: I'm the author)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top