Pre loader

Tooltip on data points only

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, is there anyway i can have tooltip on data points only and prevent it from popping up on the line itself (in a line chart)?
Thanks.

  • You must to post comments
0
0

If you set TooltipModifier.useInterpolation = false, it should trigger only when over data-points (not over the line). Like this:

  <s:SciChartSurface>
       ... 
        <s:SciChartSurface.ChartModifier>
            <s:ModifierGroup>
                <s:RubberBandXyZoomModifier/>
                <s:ZoomExtentsModifier/>
                <s:TooltipModifier ReceiveHandledEvents="True" ShowTooltipOn="Always" UseInterpolation="False"/>
            </s:ModifierGroup>
        </s:SciChartSurface.ChartModifier>
  </s:SciChartSurface>

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