2

I am a beginner to iOS.

I need to draw Candlestick Chart.

Is any framework available to draw this?

Can anyone one guide me to implement candlestick chart?

Example of candlestick chart

user1438038
  • 5,821
  • 6
  • 60
  • 94
Jana
  • 41
  • 1
  • 2

1 Answers1

2

You can use Charts library for your requirement and here are some related library for CandleStick Chart

scichart : https://www.scichart.com/ios-candlestick-chart-demo/

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

Shinobi Charts (PAID) : https://www.shinobicontrols.com/shinobicharts

But Among all Charts is best lib for showing your data with charts and danielgindi managed this lib nicely.

Hope This info will helps you!

CodeChanger
  • 7,953
  • 5
  • 49
  • 80