xcode iPhone应用程序的财务图表

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10655482/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:21:53  来源:igfitidea点击:

Financial Charts for iPhone application

iphoneiosxcodechartscore-plot

提问by Hossam Eldin

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?

我正在为 iPhone 应用程序“类似于股票市场的烛台/OHLC 图表”调查大约一周的交互式和高性能金融股票图表,我发现CorePlot是开源且免费的,而ShinobiControls是非常轻量级的和完美和支付,我想知道是否还有其他建议我应该看看?

采纳答案by Dr. ABT

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

SciChart 已发布 iOS 股票图表作为SciChart iOS SDK 的一部分

enter image description here

在此处输入图片说明

SciChart iOS is a paid component and supports:

SciChart iOS 是付费组件,支持:

  • Extreme performancefor 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!
  • 实时图表的卓越性能在测试中击败了所有竞争对手。
  • 跨平台到AndroidXamarinWPF
  • 图表之间的多窗格同步(共享图表事件和缩放)
  • CategoryDateTimeAxis(缩小交易图表的周末/隔夜差距)
  • 许多系列类型能够渲染烛台、OHLC、山、柱、带、散点。
  • 缩放、平移、缩放开箱即用
  • 轴文本格式,轴标签和轴频率输出的自定义
  • 光标、工具提示
  • 简单的注释,例如 Line、Text、Axis Marker
  • 开箱即用的时尚深色主题!

You can now clone the iOS Chart examples on Githuband 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.

您现在可以在 Github 上克隆iOS 图表示例并尝试使用控件,看看我们如何创建上述示例应用程序!很快,我们希望在 Apple Store 上也能提供演示版。

Disclosure: I'm the MD of SciChart!

披露:我是 SciChart 的 MD!

回答by skram

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.

你可以试试,https://github.com/honcheng/iOSPlot/tree/master/iOSPlot。另外,如果您不了解 JS,想弄点手,可以尝试http://g.raphaeljs.com/,其中有一些很棒的图表。如果您觉得它满足您的需求,请接受此答案,谢谢。

回答by Juan González

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.

这是我见过的最好的图表库。我也将它们用于 Web 项目和 iOS 项目,因为它们现在拥有所有内容的 JS 版本。

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/

http://www.fusioncharts.com/demos/gallery/查看它们

回答by ActiveNick

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.

Infragistics 已进入 iOS 组件市场。检查http://www.infragistics.com/iOS。Infragistics也比Shinobi便宜很多。它确实支持烛台和 OHLC 金融系列,并且还内置了金融指标和趋势线。

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.

您还可以在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.

免责声明:我是 Infragistics 所有移动产品的产品经理。