
0
À l'étude
Highlight a lineseries when mouse passes over
Hi!
I was wondering how to highlight a lineseries when moues hovers over. I was trying to use events on the lineseries but I noticed that mousemove is only triggered after a mousedown event. What would be the best way to do this?
Many thanks in advance!
I was wondering how to highlight a lineseries when moues hovers over. I was trying to use events on the lineseries but I noticed that mousemove is only triggered after a mousedown event. What would be the best way to do this?
Many thanks in advance!

0
À l'étude
Oystein Bjorke il y a 10 ans
I think you need to implement a custom "plot controller" to do this. The standard behavior does not support hover (I suspect it will be add significant cpu load when implemented in the portable library...)

0
xelk88 il y a 10 ans
Thanks for the reply ! What i did was i subscribed to the mouse move event from the plot. In that event i am constantly looking for lineseries in a similar way the the tracker does and when it finds one it will highlight that one. It works although it is a little bit slow specially when there is a lot of lineseries in the plot.
Service d'assistance aux clients par UserEcho