Pre loader

SCITooltipModifier disables other modifiers

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

Hi guys,

I just started using SCICHART. I am working my way through the provided tutorials and i noticed that when i add a SCITooltipModifier to the chart, all my other modifiers (zoom and pan and pinchzoom) stopped working. Is this normal? Because i want my chart to have zoom functions and show what datapoints are touched by a user.

Thanks in advance!

Version
Latest
  • You must to post comments
0
0

Hi, Danial. It is hard to tell exactly, what is wrong without any code sample, but I can only guess, that you should set ‘receiveHandledEvents’ to true on your SCITooltipModifier instance, like this:

let tooltipModifier = SCITooltipModifier()
tooltipModifier.receiveHandledEvents = true

Let us know if that worked for you

  • 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