Page 1 of 1

series name on the plot

Posted: Fri Oct 09, 2009 5:31 pm
by fivelements
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

Code: Select all

renderer.setBaseItemLabelsVisible(true);
renderer.setSeriesItemLabelsVisible(0, true);
But it display the data values, not the name of the series.