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.