How to higlight an selected item in a xyline chart.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
masandeep
Posts: 5
Joined: Tue Jan 31, 2006 5:54 pm

How to higlight an selected item in a xyline chart.

Post by masandeep » Wed Feb 08, 2006 12:34 pm

I am having 2 xyseries in a XYLinechart and whenever we click on an item
of a series i need to highlight the selected item .

I had implemented custom renderer that extends XYLineAndShapeRenderer,
but both the series are highlighted at a time. I need to highlight only the selected series and selected item of that series

Thanks in advance.

Locked