Pre loader

Modify tooltip appearance

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

1
0

I want to modify the tooltip for data points. For example, I’d like to not show the line that goes down to the X Axis, and the associated tooltip that shows the X cursor location in the X axis area.

Is there a way to do this?

Version
1.0.0.492
  • You must to post comments
0
0

Good day

If I get you right, you need SCITooltipModifier and you described SCIRolloverModifier behaviour.

Difference between them:

Tooltip: no cursor line, no label on axis, tooltip shows if data point is near your finger, all data points that fit in hit test radius from multiple charts will be packed in single view

Rollover: cursor line and axis label, tooltip shows if there are data points near vertical line passing through your touch location, data will be displayed for every chart separately

If you need some kind of different appereance you should edit appropriate styles in tooltip modfiers instances.

For example for rollover there you can make axis label and cursor line transparent, but there are no option to disable them completely.

If you need mixed behaviour of these tooltips, you need to subclass them. It can be complicated task, so first you should try to achieve required behaviour with styling.

Best regards
Andrii
SciChart iOS Developer

  • 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