JFreeChart Two Timeseries on the same graph?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
lynzoid
Posts: 4
Joined: Fri Jan 20, 2017 9:03 am
antibot: No, of course not.

JFreeChart Two Timeseries on the same graph?

Post by lynzoid » Sun Jan 22, 2017 10:53 am

Hi I was just wondering if it was possible to have two timeseries plotted on the same graph?

-Thank you!

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: JFreeChart Two Timeseries on the same graph?

Post by paradoxoff » Mon Jan 23, 2017 8:40 pm

Check teh TimeSeriesCollection API, especially the method addSeries.

Locked