how can i reconzie the data in the area i chosed?

Discussion about JFreeChart related to stockmarket charts.
Locked
Tony Young
Posts: 14
Joined: Fri Nov 02, 2007 8:21 am

how can i reconzie the data in the area i chosed?

Post by Tony Young » Fri Nov 02, 2007 9:14 am

hi , in my project, on a K-Line chart, when i drag my mouse to choose an area, how can i recognize the data in this area?
I want to add event listener to the plot, but there is only one method: addChangeListener() . and in org.jfree.chart.event package, there are no class used to response the mouse movement.

thanks...........

Tony Young
Posts: 14
Joined: Fri Nov 02, 2007 8:21 am

Post by Tony Young » Mon Nov 05, 2007 4:12 am

:idea: I've found chartPanle class.....I think I've knew what to do...................

Locked