Pre loader

TooltipModifier/CursorModifier work

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

Hello,

My aim is to create a permament tooltip that will always show current mouse position and current position with extra information when cursor is over renderable series. I’ve looked through all examples and found suitable one (example). But there is a little problem. When cursor is out of renderable series x-data range, tool tip disappearrs, even ShowTooltipOnproperty is set “Always”.

How can I solve this problem?

Thanks in advance

  • You must to post comments
0
0

Hi Egor,

The SciChart RolloverModifier and TooltipModifier with ShowTooltipOn=Always are designed to show the tooltip whether the mouse is stationary, or over a point, or moving, however they still hide the tooltip when there is no data (e.g. when no series are under the mouse).

What you could do is create yourself a modifier which can show some data always.

You could have a look at Custom ChartModifiers – Part 1 – Creating a Custom Rollover Modifier. Here we present how to use the Custom ChartModifier API to show a tooltip. This can be modified to have any behaviour you want.

Let me know if this helps.

Best regards,
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