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
Btw, the tooltip template is something like:
<telerik:RadCartesianChart.TooltipTemplate>
<DataTemplate>
...
</DataTemplate>
</telerik:RadCartesianChart.TooltipTemplate>