Hi,
I made a subclass of ChartPanel to allow me to right-click select an area of the graph and do something with it.
I wanted to use the chartMouseListeners to send the info to another class so it can respond to the selection, but they are only accessible from the superclass.
I could pass in the other class to respond to this event,but the chartMouseListeners seem to make more sense. Is there any way to do this without editing ChartPanel?
Thank you in advance,
Rachel