gpt4 book ai didi

java - 更改数据后如何刷新GRAL图表?

转载 作者:行者123 更新时间:2023-12-01 06:19:33 25 4
gpt4 key购买 nike

我有一个连接到数据源的 GRAL 图表:

XYPlot plot = new XYPlot(data);
chartPanel=new InteractivePanel(plot);
LineRenderer lines = new DefaultLineRenderer2D();
plot.setLineRenderer(data, lines);
Color c1 = new Color(0.0f, 0.3f, 1.0f);
plot.getLineRenderer(zl).setSetting(LineRenderer.COLOR, c2);

变量“数据”随时间变化,这段代码在变化后执行。如何使用新数据刷新图表?我尝试了 repaint()、revalidate() 但没有效果...

最佳答案

更新数据后调用chartPanel.repaint()。如果它不起作用,请确保您正在更改正确的数据并更新正确的chartPanel.repaint(),正如 Rick 已经提到的那样。

关于java - 更改数据后如何刷新GRAL图表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13456176/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com