问题描述
有没有人使用JFreeChart开源库来绘制xy图?有人可以发表一个如何用x和y动态创建一个xy图的例子从程序生成的值?
在哪里可以获得一个图形文档或某种类型的知道如何使用JFreeChart开发应用程序?
提前感谢。
您是否试过看过JFreeChart演示? 。
如果您发现适合您想要做的样品,在Google中搜索演示的名称通常会从(例如)Koders中提取演示源代码:
Has anyone worked with JFreeChart-open source library for plotting xy plots?
Could someone post an example of how to create an xy plot dynamically with the x and y values generated from the program?
And where can i get a turorial doc or something of that kind to know about how to use the JFreeChart for developing applications?
Thanks in advance..
Have you tried looking at the JFreeChart demos? See here.
If you find a sample that suits what you want to do, searching for the name of the demo in Google often pulls up the demo source code from (for example) Koders: PieChartDemo1.java
这篇关于JFreeChart为java swing gui应用程序中的动态xy图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!