TimeSeries and label on mouse over

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sxyz
Posts: 6
Joined: Sun Jul 17, 2016 11:56 pm
antibot: No, of course not.

TimeSeries and label on mouse over

Post by sxyz » Tue Jul 26, 2016 9:26 am

Hi,

I need to display a label when the mouse is over some series line.
For example, if I put the mouse over some line, I would like to display some data depending on the time stamp of the time series.

Is it possible to do that ?
If so, what classes I should take a look to ?

Thank you in advance.
sxyz

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: TimeSeries and label on mouse over

Post by John Matthews » Wed Jul 27, 2016 2:43 am

You might look among the demos, especially charts with tooltips enabled or the crosshair demos under Miscellaneous.

Locked