This question is locked. New answers and comments are not allowed.
I have simple RadPolarChart and annotation collection.
I put tooltip, tooltip services but not work at all.
May it is becouse this is dynamic element figure and have diferent point position x,y ?
Or may be problem is becouse of standart .net framewrok behaiviars.
I try to use telerik tooltip behaviar but result is the same.
Here is my example:
...
I put tooltip, tooltip services but not work at all.
May it is becouse this is dynamic element figure and have diferent point position x,y ?
Or may be problem is becouse of standart .net framewrok behaiviars.
I try to use telerik tooltip behaviar but result is the same.
Here is my example:
<br> <telerik:RadPolarChart x:Name="Myart"><br><br> <telerik:RadPolarChart.Behaviors><br> <telerik:ChartTooltipBehavior TriggerMode="Hold" /><br> </telerik:RadPolarChart.Behaviors><br><br> <telerik:RadPolarChart.Annotations><br> <telerik:PolarCustomAnnotation PolarValue="{Binding Malue}" x:Name="Annotation1"<br> RadialValue="{Binding Opt}"<br> telerik:RadToolTipService.ToolTipContent="Optimum vessel heading (Purple Ellipse)"<br> telerik:RadToolTipService.ToolTipContentTemplate="{StaticResource DataTemplateToolTip}" <br> telerik:RadToolTipService.HorizontalOffset="10"<br> telerik:RadToolTipService.VerticalOffset="-10" > <br>...
