Hi!
I have tried to create a custom template for a tooltip and I've implemented a simple template with custom context. However I realized that the tooltip displays only one series' values in the ClosestDataPoint. While debugging this I noticed that all the DataPointInfos had the same DistanceToTouchLocation, and I assume this is the reason why the ClosestDataPoint's series is always the same.
I was wondering if there's a solution for this.
- Tinja
In the ChartTooltipBehavior I've defined the TriggerMode to be
Hold and SnapToClosestPoint is set to
true.
Here's my implementation of the template and the ContextNeeded event handler: