DataSet « LineChart « JFreeChart Q&A





1. LineChart: using two datasets & two vertical axes    jfree.org

I want to create a Chart that has two datasets. One will be displayed using lines, and the other dataset, using areas. I have already managed to get them both in the same chart, however, I want the second chart to be "related" to the right Axis instead of the left axis (which is the one used to measure the first ...

2. Multiple datasets with a line chart    jfree.org

Multiple datasets with a line chart by tktbus Thu Dec 06, 2007 9:16 pm I have created a line chart that has two datasets. One for 2006 and another for 2007 data. Month is on the x-axis and # documents is on the y-axis. 2006 has data for all 12 months. 2007 data does not have any data for December. ...

3. Display Dataset with LineChart - JFreeChart 1.0.13    jfree.org

Display Dataset with LineChart - JFreeChart 1.0.13 by karthicr Wed Jul 28, 2010 7:04 pm Greetings! I was wondering if it is possible to plot the dataset itself along with the graph while generating a jpg file. To illustrate my question: a. What I need: b. What I've done: My source code: Code: Select all import java.awt.Color; import java.io.File; import ...