本文介绍了JFreeChart XYSplineRenderer演示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以给我指出一个工作示例JFreeChart的XYSplineRenderer吗?
Would someone please point me to a working example JFreeChart's XYSplineRenderer?
推荐答案
尽管我从未见过该示例,但XYSplineRendererDemo1.java
是可以在演示.所有演示均包含在开发人员指南 中,我强烈推荐.
Although I've never seen the example, XYSplineRendererDemo1.java
is one that may be found among the demos. All the demos are included with the developer guide, which I recommend highly.
如果要分析自己的示例,请注意XYSplineRenderer
是XYLineAndShapeRenderer
,因此从匹配的 ChartFactory
.看起来他们都拿了XYDataset
.
If you want to assay an example of your own, note that XYSplineRenderer
is an XYLineAndShapeRenderer
, so start with a matching ChartFactory
. It looks like they all take an XYDataset
.
这篇关于JFreeChart XYSplineRenderer演示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!