Pre loader

Make a series standout on hover?

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Is there a way when a user hovers over a series, to dim the other series so the hovered series stands out more?

Something like detecting the user hovered over a series then enumerating the other series and setting the alpha to half of the original?

  • You must to post comments
1
0

Yes, there is – one of our customers did this once. They used the SeriesSelectionModifier and used the Selected Series Style to make the StrokeThickness of the selected series 3px, while others were 1px.

The SeriesSelectionModifier currently works on click, but since you have the source code you may be able to subclass it and perform the selection on Mouse-Move not Mouse-Down.

Let me know if this helps!
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies