Draw Candlestick Charts in swift - ios

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?

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!

Related

Highcharts Scatter type chart markers are not matching with legend symbols

I have a series of highcharts graphs in an app. Newest graph we add was a scatter type chart.
Unfortunately its markers are not matching up with legend symbols. Please find an attachment showing the issue.
I am unable to reproduce this in a separate file as it works fine when I do that. I have example of how it behaves within the application.
We are using highcharts 9.0.1 version
any help is really appreciated.

Multilevel drilldown in piechart

I am working on a project where i need to show data in a pie chart.
I need multilevel drill down in it i.e. about 5-6 levels.
Can anyone please share a sample code of how to do it?
I tried doing it in Highcharts as well as Amcharts.
But couldn't figure out how to get it done.
Thanks in advance.
in amcharts you might use related set of concentric donut charts with center looking like pie and outer looking like concentric circles. Search amcharts for nested donut charts.

HighCharts multi-level pie

Is it possible to make a pie chart like in the image below using highcharts (highcharts.com)?
The 2nd level is filled partially.
Example in jsfiddle would be great.
Thanks for advice.

How to add labels that are related to particular slice for Pie Chart using coreGraphics iOS

I am drawing Pie Chart with Slices based on Array. I need to display specific label
related to each slice outside pie chart.
Please suggest any approach to this to implement this.
Thanks in Advance.
Lakshmi
Don't reinvent the wheel. This is a great framework for graphs that has a pie chart in it with all kinds of options for labels: https://github.com/core-plot/core-plot/wiki/Example-Graphs

Extending coreplot to draw Gauge Chart and Perot Charts?

Is there a way to extend coreplot library to create Gauge chart and Perot Chart? Could someone please point me in the right direction.Or is there any other library available to achieve the same.
Subclass CPTPlot and create a custom plot types. Look at the existing plots to see the required structure. The most important parts are the data loading and drawing methods.

Resources