Hello!!
I need to create a chart like this:
1- A serie like a xystepchart
2- A serie like a xylinechart
I can´t find the way.
Help!
Thanks.-
How to create combined charts
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: How to create combined charts
The XYPlot class allows you to add multiple datasets and renderers, and overlays the data altogether on one plot. See the examples in the JFreeChart demo collection.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

