setSeriesShapesVisible with LineAndShapeRenderer

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Arkkimaagi
Posts: 25
Joined: Wed Jun 09, 2004 6:15 am
Location: Helsinki, Finland
Contact:

setSeriesShapesVisible with LineAndShapeRenderer

Post by Arkkimaagi » Tue Jun 28, 2005 7:39 am

I need to be able to set series shapes visibility in category linechart. I was able to do this easily with XYLineAndShapeRenderer, but not on the category side.

Am I missing something, or is this not (yet?) supported by JFreeChart? Can this be done now or possibly in the future?
~ Arkkimaagi ~
Experto Credite

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jun 29, 2005 3:26 pm

Yes, there is an inconsistency there. XYLineAndShapeRenderer allows you to set the shape visibility on a per series basis, but LineAndShapeRenderer doesn't. I've added an RFE (1229733) to the database at SourceForge so I don't forget to fix this.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked