문제

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?

도움이 되었습니까?

해결책

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/

다른 팁

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top