Search found 1 match
- Fri Oct 09, 2009 5:31 pm
- Forum: JFreeChart - Stockmarket
- Topic: series name on the plot
- Replies: 0
- Views: 8131
series name on the plot
Is it possible to show the name of the series on the (timeseries) plot? I have a plot with multiple series, and I'd like to show the name of each series next to its line, instead of the legend at the bottom of the chart. I've tried renderer.setBaseItemLabelsVisible(true); renderer.setSeriesItemLabel...