使用javafx的实时蜡烛棒图(并且没有jfreechart) [英] Real Time Candle stick chart using javafx (and no jfreechart )

查看:213
本文介绍了使用javafx的实时蜡烛棒图(并且没有jfreechart)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个烛台图,先读取数据流,然后将其绘制出来(因此它将在数据到来时进行绘制,或者在一定时期后将更新先前的绘制)。

I want to make a candlestick chart which reads stream of data and then plot it (so it will be plotting either as data comes or after certain period it will update the previous plot).

我不想使用任何第三方软件,因为Jfree chart希望直接从javafx构建它。

I do not want to use any third party software as Jfree chart want it to be build from javafx directly.

任何帮助将不胜感激。

Any help will be highly appreciated.

谢谢

编辑:

可以谁能告诉我stage.show()的工作方式类似于它涉及哪种类的方法。

Can anyone tell me how stage.show() works like which class which method it involke.

推荐答案

Ensemble应用程序包括烛台图

The Ensemble application includes a candlestick chart implementation for JavaFX.

下载示例集成(Java 7)源集成(Java 8)源来自Oracle。

Download the sample Ensemble (Java 7) source or the Ensemble (Java 8) source from Oracle.

集成为 Oracle BSD许可,因此您可以随意使用它。

Ensemble is Oracle BSD licensed, so you are free to use it as you wish.

这篇关于使用javafx的实时蜡烛棒图(并且没有jfreechart)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆