We use the RadChart in a DataTemplate.
We would like to show the hand-cursor when moving over the chart.
<Controls1:RadChart Cursor ="Hand" mapinfo:MapLayer.Location="{Binding Location}" Visibility="{Binding Hide, Converter={StaticResource BoolToCollapsedConverter}}" Width="32" Height="32" Background="Transparent" BorderBrush="Transparent" Name="pin" Content="{Binding GebyrChart}" >
But… the hand shows only when the mouse points to the border/side area of the chart. When moving to the middle, over the (pie) chart the cursor changes to the default arrow.
We have a PopUpMenu popping up on right-click. This does not work when the mouse is in the center of the chart.