Is it possible to chart two different kinds of charts (in this case a line and scatter plot) on the same graph with the same axes and everything using JFreeChart?
Is it possible to chart two different kinds of charts (in this case a line and scatter plot) on the same graph with the same axes and everything using JFreeChart?
I'm not sure if it does or not, but it is open-source, and it is extensible, so if you need some functionality it hasn't got, I bet writing it yourself isn't a massive deal. If you do, make sure you avail the fruits of your work to the community!
Kindly refer the following link,the class which supports two kind of chart.
CombinedDomainCategoryPlot (JFreeChart Class Library (version 1.0.13))
See if this works for you.
Tutorial Link -
JFreeChart: Combined Category Plot Demo 1 : Combined Category Plot Chart*«*Chart*«*Java
Regards,
Sathish