I’d like to use a different LineAndShapeRenderer for each series on a JFreeChart TimeSeries graph. Has anyone accomplished this before? It seems the Renderer is owned by the Plot where each JFreeChart has a single Plot object hence the rendering is applicable to all series rather than individual ones.
I’d like to use a different LineAndShapeRenderer for each series on a JFreeChart TimeSeries
Share
I have not tried a case like that. However, I have changed the rendering properties of an specific
Serieswith: