i need to draw a line chart so i need just a part of jfree.
how can i do it??
need a part of jfree
There are several possible answers to this question. Can you tell us more about what you are trying to do? Generally speaking, there is nothing that forces you to use all of the functionality of JFreeChart. For example, a project I am working on only displays pie and bar charts. I am assuming that you know that and therefore mean something else. Another solution would be to break out all of the classes and interfaces you use and place them in the source tree for your project. This can and probably will get messy. If you do this, you will also have to break out all of the dependent code in jcommon as well. Also upgrading the version of the library that you use will become problematic, because you will have to track the changes made by the developers more closely.
I hope that helps.
I hope that helps.