Make series invisible

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Christelle
Posts: 6
Joined: Tue Mar 28, 2006 10:45 am

Make series invisible

Post by Christelle » Tue May 09, 2006 9:58 am

I want to make series invisible .
I have a application that shows all series. And I want to select a serie via the menu and shows only this serie, another series must be invisible.

Can anybody help me?

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 » Tue May 09, 2006 10:07 am

All renderers inherit the setSeriesVisible() methods. There are still some that ignore this flag though.
David Gilbert
JFreeChart Project Leader

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

Locked