RadCartesianChart ScatterPointseries: Tooltip only showing in XamlRenderOptions mode

1 Answer 72 Views
ToolTip
David
Top achievements
Rank 1
Iron
David asked on 13 Dec 2021, 10:07 AM

Hi, trying to speed up the points-plot (around 1000-5000 points)

I can so far conclude that we can only get a tooltip for XamlRenderOptions DefaultVisualsRenderMode="Separate" otw, no tooltip is visible.

I have tried a few options (see below)  - but maybe the behavior changes once I change the render mode ?

 

- XamlRenderOptions DefaultVisualsRenderMode="Batch"  -> no tooltip
- (geometrytype not supported by scatterpointseries)
- BitmapRenderOptions -> no tooltip
- Direct2DRenderOptions -> not tooltip

David
Top achievements
Rank 1
Iron
commented on 13 Dec 2021, 10:38 AM

Btw, the tooltip template is something like:

            <telerik:RadCartesianChart.TooltipTemplate>
                <DataTemplate>
...

                </DataTemplate>
            </telerik:RadCartesianChart.TooltipTemplate>

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 15 Dec 2021, 03:06 PM

Hello David,

Currently, the chart's tooltip behavior doesn't work with the lightweight render options (including the Separate render mode of the XamlRenderOptions). There is an item logged in the UI for WPF feedback portal to enable this. In the meantime, you can use a custom tooltip implementation. I've attached a project showing one way to do this. I hope that helps.

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ToolTip
Asked by
David
Top achievements
Rank 1
Iron
Answers by
Martin Ivanov
Telerik team
Share this question
or