Search found 3 matches

by isochor
Sun Jun 25, 2017 7:39 pm
Forum: JFreeChart
Topic: Crosshair: print a string on mouse over
Replies: 4
Views: 5115

Re: Crosshair: print a string on mouse over

It worked perfect. Thank you very much :D
by isochor
Sun May 14, 2017 11:53 am
Forum: JFreeChart
Topic: Crosshair: print a string on mouse over
Replies: 4
Views: 5115

Re: Crosshair: print a string on mouse over

Thank you for your help. Unfortunately have no idea how to begin with. I checked with google if other people have the same problem but even though my problem seems to be very easy to solve I don't find any examples. How can I write a new implementation of the CrosshairLabelGenerator and integrate th...
by isochor
Sun Apr 09, 2017 4:00 pm
Forum: JFreeChart
Topic: Crosshair: print a string on mouse over
Replies: 4
Views: 5115

Crosshair: print a string on mouse over

Hello, I would like print a stock price over the date(dd/mm/yyyy). I have this piece of code and it works fine for the price (because it is a double). @Override public void chartMouseClicked(ChartMouseEvent event) { // ignore } @Override public void chartMouseMoved(ChartMouseEvent event) { Rectangle...