Pre loader

Show tooltip on PointMarker 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

Answered
1
0

Hi

I want to show tooltips on point markers only.
I have FastMountainRenderableSeries with EllipsePointMarker. I don’t want to show tooltip on series, on PointMarker only so can’t use TooltipModifier.

I tried to add tooltip from XAML like this:

<sciChart:EllipsePointMarker sciChart:TooltipModifier.IncludeSeries="True">
    <sciChart:EllipsePointMarker.ToolTip>
        <ToolTip Padding="0">
            ...
        </ToolTip>
    </sciChart:EllipsePointMarker.ToolTip>
</sciChart:EllipsePointMarker>

But it is not showing.

Is it possible to achieve this?

Version
4.2.3.9817
  • You must to post comments
Best Answer
1
0

Try TooltipModifier.UseInterpolation = false. This will stop the TooltipModifier from showing tooltips between data-points.

Also set TooltipModifier.SetIncludeSeries(mountainSeries, false);

This will display tooltips on point-markers only.

You can see this property described in our TooltipModifier Documentation.

Best regards,
Andrew

  • Samvel Siradeghyan
    Thanks for quick response. This solves my problem. I called TooltipModifier.SetIncludeSeries(mountainSeries, false) for all series expect on with tooltip and it is working fine.
  • 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