Pre loader

ToolTipModifier disables other chartmodifiers

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 everyone!

I have a candlestick chart that uses SCIZoomPanModifier() so i can zoom and pan in the chart. I added a SCITooltipModifier() so i can inspect the individual data points. I noticed that by adding the toolTipModifier, that my pan and zoom stops working. I can’t figure out why. Would really appreciate if someone could tell me why or if i am missing some variable i need to set

Version
recent
  • 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