Is there a way to customize the ToolTip placement for an item tooltip within the WPF RadChart? It looks like it always uses MousePoint but I would like to have the tooltips shown above their source DataPoint. Ideally I would like to specify a CustomPopupPlacementCallback similar to WPF ToolTips.
The WPF equivalent property is ToolTipService.Placement. I did not see any similar properties on the ItemToolTip2D class. I found a ChartTooltipBehavior class in the WPF documentation which was promising but it only appears to apply to Windows Phone.
Thanks for any help or suggestions that can be offered.
The WPF equivalent property is ToolTipService.Placement. I did not see any similar properties on the ItemToolTip2D class. I found a ChartTooltipBehavior class in the WPF documentation which was promising but it only appears to apply to Windows Phone.
Thanks for any help or suggestions that can be offered.