Pergunta

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?

Foi útil?

Solução

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/

Outras dicas

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)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top