Financial Charts for iPhone application
Asked Answered
L

4

7

I'm investigating about a week for an interactive and high performance financial stock charts for an iPhone application "something like candlestick/OHLC charts for stock markets", I found CorePlot, which is open source and free, and ShinobiControls, which is very lightweight and perfect and paid, I was wondering if there other suggestions should I look upon?

Lemonade answered 18/5, 2012 at 15:28 Comment(2)
What's wrong with Core Plot? As you can see here: #7872916 it can generate the kind of chart you need.Noh
It's performance with comparison to Shinobi is not good , my problems with it is mostly the performance and the user interaction "as what I saw in the demo's provided by them". so I guess I'll take a look on the example attached in the link provided and will feedback.Lemonade
Y
-1

SciChart have released iOS Stock Charts as part of the SciChart iOS SDK.

enter image description here

SciChart iOS is a paid component and supports:

  • Extreme performance for realtime charts beating all competitors in tests.
  • Cross platform to Android, Xamarin, WPF
  • Multi-pane synchronisation between charts (shares chart events, and zooming)
  • CategoryDateTimeAxis (collapses weekend / overnight gaps for trading charts)
  • Many series types to be able to render Candlesticks, OHLC, Mountains, Columns, Bands, Scatter points.
  • Zooming, panning, scaling out of the box
  • Axis Textformatting, customisation of axis label and axis frequency output
  • Cursors, Tooltips
  • Simple annotations e.g. Line, Text, Axis Marker
  • Stylish dark theme out of the box!

You can now clone the iOS Chart examples on Github and have a play around with the controls and see how we created the above example app! Pretty soon we hope to have a demo available on the Apple store too.

Disclosure: I'm the MD of SciChart!

Yawning answered 3/8, 2016 at 21:47 Comment(0)
E
2

You can try, https://github.com/honcheng/iOSPlot/tree/master/iOSPlot . Also, if you want to get your hands dirty a bit if you don't know JS, you can try http://g.raphaeljs.com/ which has some great charts. Accept this answer if you feel as though it met your needs, thanks.

Exobiology answered 18/5, 2012 at 16:56 Comment(0)
G
2

Have you ever tried Fusion Charts?

It's the best charting library I've seen. I've used them for web projects and iOS projects as well since they have now JS versions of everything.

Pretty complex graphics, wide range of charts, and even real-time widgets which can fit your particular needs for this project.

They're not free but totally worth it to consider. I've done everything related to pilots and demo projects with the trial version.

Check them out at http://www.fusioncharts.com/demos/gallery/

Gadmon answered 24/5, 2012 at 10:18 Comment(2)
it was a good thing beside amCharts too , I might rethink about the whole matter again , but still Shinobi is better for larger data sets.Lemonade
Shinobi is amazingly fast and they've been working pretty hard at the UI aspect of the libraries. It's definitely a great contender.Eventuate
O
2

Infragistics has entered the iOS components market. Check http://www.infragistics.com/iOS. Infragistics is also a lot cheaper than Shinobi. It does support Candlestick & OHLC financial series and has financial indicators & trendlines built in too.

They have a grid and charts. It's currently in public beta but you can download it for free for now.

You can also read the FAQ at http://community.infragistics.com/blogs/nick-landry/archive/2012/06/11/netadvantage-for-ios-public-beta-now-available-for-download-with-bonus-faq.aspx.

Disclaimer: I'm the Product Manager for all mobile products at Infragistics.

Oldham answered 15/6, 2012 at 17:14 Comment(0)
Y
-1

SciChart have released iOS Stock Charts as part of the SciChart iOS SDK.

enter image description here

SciChart iOS is a paid component and supports:

  • Extreme performance for realtime charts beating all competitors in tests.
  • Cross platform to Android, Xamarin, WPF
  • Multi-pane synchronisation between charts (shares chart events, and zooming)
  • CategoryDateTimeAxis (collapses weekend / overnight gaps for trading charts)
  • Many series types to be able to render Candlesticks, OHLC, Mountains, Columns, Bands, Scatter points.
  • Zooming, panning, scaling out of the box
  • Axis Textformatting, customisation of axis label and axis frequency output
  • Cursors, Tooltips
  • Simple annotations e.g. Line, Text, Axis Marker
  • Stylish dark theme out of the box!

You can now clone the iOS Chart examples on Github and have a play around with the controls and see how we created the above example app! Pretty soon we hope to have a demo available on the Apple store too.

Disclosure: I'm the MD of SciChart!

Yawning answered 3/8, 2016 at 21:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.