Reputation: 459
I am working on making some interactions on JFreechart.
The thing we are trying to achieve is to get the index of the value(range and the domain) which is clicked by the mouse. In another words, we want to use the Mouse event to get the index of the data set both for the domain and the range values.
Another thing here is some data we get from xyPlot.getDomainCrosshairValue() is some number like,1.05358272E12 , how could I get the exactly time from this infomation?
Thanks a lot.
Upvotes: 0
Views: 508