Line « XYLineChart « JFreeChart Q&A





3. [XYLineChart] Vertical and horizontal lines    jfree.org

Hi, I'm using a XYLineChart for visualizing arbitrary data series dynamically. Datasets which are ready for visualization are displayed in a table with checkboxes. If a dataset is checked it should be visualized in the XYLineChart. Each dataset may have an arbitrary length and therefore arbitrary Min/Max values. For example assume we have two data sets: 1) x Min = 0, ...

4. Controlling line thickness for XYLineChart    jfree.org

All, I'd like to create a chart that uses the Y-Axis for an event, and display the timeline in the X axis. Using ChartFactory.createXYLineChart and a data series with null values generally does what I want, however, I'd like make the line thicker than the default value. Any recommendations? The code is below to give an idea of what is happening. ...

5. Problem rendering line using XYLineChart (code to replicate)    jfree.org

Problem rendering line using XYLineChart (code to replicate) by rich.otero Thu Oct 02, 2008 4:54 pm Hello all, I've posted this on the sourceforge bug tracking system but wanted to also post it here in case someone in the forum could see from running the example that I am doing something incorrectly. I believe that this is not related to ...