Pre loader

"Highlighting" the points that are displayed in the tooltip

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

Answered
0
0

Hi, when I was using the RolloverModifier all the points that were displayed in the tooltip were highlighted by slightly increasing the size of the marks in the chart area. Ultimately, I wanted to have some sort of crosshair in my chart and I ended up using the CursorModifier instead of the RolloverModifier to achieve my goal. This worked fine, but the only thing I have lost from changing the modifier is this “highlighting” of the markers displayed in the tooltip. Is there any way to have this “highlighting” also with the CursorModifier ?

I have provided 2 images showing the 2 modifiers.

Version
latest
Images
  • You must to post comments
Best Answer
0
0

Hello,
probably the easies soultion is to use both modifiers simultaneously.
Then toggle relevant features of each accordingly (labels, tooltips, lines).
However this could have some performance overhead…
Here is an example.

Alternative apparoach would be creating a Custom Modifer by extending one of those and placing a Point Marker based on hit test result.

Possibly in the future we would improve functionality of those two modifiers.

  • You must to post comments
0
0

Thank you Jim! Using both at the same time seems to work for the moment. I just thought I’d ask because it seemed, at first, like the cursor should have had almost the same behavior as the rollover from a “highlighting” standpoint 🙂

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.