Making specific item as not visible

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
keshava
Posts: 2
Joined: Fri Aug 28, 2009 8:10 am
antibot: No, of course not.

Making specific item as not visible

Post by keshava » Fri Aug 28, 2009 8:13 am

Hi,

I am using XYLineAndShapeRenderer .
I want to know if there is a way to make a given item in given series as not visible.

EG:
MY XYPlot has 3 series. 0,1,2.

I want to make item 10 in series 2 as not visible.

Is there a way to achieve that.

Thanks in advance.

Regards,
Keshava

Locked