Pre loader

Difference among Rollover tootip, Cursor tooltip and Tooltip 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

(WPF) I am confused about the difference among Rollover tooltip, Cursor tooltip and Tooltip. In CustomTooltipsWithModifiers.xaml in example suite, it has all of them, I can see they have different styles, but not sure when to use which. Please advise. Thanks.

Version
example suite
  • You must to post comments
0
0

Hi Sally

CursorModifier draws a crosshair in the chart, and labels on the X,Y axis. It can also draw an optional tooltip at the cursor location which gets data from all series into one box.

enter image description here

RolloverModifier draws a vertical line at the mouse location and creates a slice through the chart, with a label on the XAxis, showing separate tool-tips for each series under the mouse. The RolloverModifier is only suitable for timeseries (series which progress from left to right).

enter image description here

TooltipModifier Draws a single tooltip on the data-point that you are hovering over, This is useful for Scatter series or series which don’t progress from left to right.

enter image description here

Let me know if this helps!

Best regards,
Andrew

  • sally an
    Thanks for prompt reply
  • 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