How to create combined charts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
emucho
Posts: 3
Joined: Tue Nov 17, 2009 4:56 pm
antibot: No, of course not.

How to create combined charts

Post by emucho » Tue Nov 17, 2009 5:52 pm

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.-

david.gilbert
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

Post by david.gilbert » Tue Nov 17, 2009 7:54 pm

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

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked