4

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?

skywinder
  • 21,291
  • 15
  • 93
  • 123
hsiun
  • 43
  • 4

2 Answers2

2

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/

John Franklin
  • 4,962
  • 1
  • 23
  • 27
  • I just found that there is a example code in CorePlot named "AAPLot" It seems like the Candlestick plots we are looking at in Stock Market.... – Meet May 20 '13 at 12:45
0

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)

User
  • 31,811
  • 40
  • 131
  • 232