This question is locked. New answers and comments are not allowed.
Hi,
I have a standard ChartToolTipBehavior in my RadCartesianChart as below. This works as expected when I am debugging locally on my laptop, but when I run the application on the Surface Pro 2, the tooltips do not appear when I hover with the stylus.
Has anyone encountered this issue before? Is this intended? I was hoping that I could extend ChartToolTipBehavior and force it to recognize stylus input by overriding OnPointerMoved, but I am at a loss at how to enable the tooltip from a derived class.
Any help would be appreciated.
Thanks,
Will
I have a standard ChartToolTipBehavior in my RadCartesianChart as below. This works as expected when I am debugging locally on my laptop, but when I run the application on the Surface Pro 2, the tooltips do not appear when I hover with the stylus.
<
telerik_chart:RadCartesianChart.Behaviors
>
<
telerik_chart:ChartTooltipBehavior
/>
</
telerik_chart:RadCartesianChart.Behaviors
>
Has anyone encountered this issue before? Is this intended? I was hoping that I could extend ChartToolTipBehavior and force it to recognize stylus input by overriding OnPointerMoved, but I am at a loss at how to enable the tooltip from a derived class.
Any help would be appreciated.
Thanks,
Will