order « Series « JFreeChart Q&A





1. TimeSeries (order of items)    jfree.org

Hi, are the items kept in chronological order? If not, is there any way to sort them after they've been added? I'd like to be able to copy the 0th to 6th items (chronologically) from one TimeSeries to another and don't want to have to search by date. All suggestions welcome, j

2. Change the order in which series are added to the dataset.    jfree.org

Hi, We know that each series occupies a certain area in XYAreaChart based on the given data. Would like to add series onto the dataset based on the decreasing order of the area that a series may occupy in XYAreaChart. That is, would like to change the sequential order of adding series to a adding series based on the area they ...

4. Series Render Order    jfree.org

Hello, I believe, that in default, first dataset is rendered last, so it's on top. You can have some limited control by plot.setSeriesRenderingOrder() method, where you can reverse the order. But if you have more than two series, and you need more control, you probably may just add the series in different order and redraw the chart. Hope it helps, R. ...

5. order of series in the legend.    jfree.org

Currently when I use the StackedXYAreaChart, the area first series is displayed at the bottom of the chart, and the legend also shows the chart color of the first series on the left most position. Eg. Chart: C B A Legend: A B C Is there a way to make it such that the legned will start showing series from the ...