Hello all,
I am still a beginner in Java and I would like to have some advice on what would be the best way to implement the interface ListCellRenderer for all the legend items? I would like to displayed the legend items in a list or combobox?
Should this interface be implemented in classes that extend Series? Should I use the renderer associated to the dataset of the serie to draw the legend item?
This is still not very obvious for me and I would appreciate any help on that.
Cheers,
Nicolas
PS: I am mainly interested in XYPlot