Search code examples
javajfreechart

Is it possible to perform an action event over a line?


I have a 2D line plot done with XY line chart using the JFreeChart library. Now, I would like to delete a series when the user clicks over that series line. Is it possible to do that? How should I do it?


Solution

  • In outline,