Is there a way I can make a series break in a line chart (not connect the data points at certain times) ... Passing in Double.NaN causes Java2D problems.
Thanks
Series break in a line chart
And what to do if i dont want the breaks for missing points..?
http://www.jfree.org/phpBB2/viewtopic.p ... ct+missing
http://www.jfree.org/phpBB2/viewtopic.p ... ct+missing
kash
Let me clarify what I said. When there is a domain value (usually horizontal axis) but no range value (usually vertical) axis in a XYPlot, then JFreeChart will render a gap in the line.
If you do no have data for a particular period, you will know the domain value. Just use null as the range value for those cases.
Daniel
If you do no have data for a particular period, you will know the domain value. Just use null as the range value for those cases.
Daniel