tooltip reactivate

1 Answer 122 Views
ToolTip
Luigi
Top achievements
Rank 3
Bronze
Iron
Iron
Luigi asked on 08 Oct 2021, 10:39 AM

Hi,

I observed that when the tooltip disappears, I need to move out of control before I can see the tooltip again (also in your sample with England map you can see this effect). It is reasonable, but I have a control that display a histogram plot. I could move the mouse over different bar and I would like that the tooltip could show again.
Is there a way to reactivate tooltip without exit from control?

Thank you

Luigi

1 Answer, 1 is accepted

Sort by
0
Stenly
Telerik team
answered on 13 Oct 2021, 09:10 AM

Hello Luigi,

May I ask, if you could provide a bit more information regarding the control, in which this behavior is wanted? If it is the RadChartView, you could set the ChartTooltipBehavior, which will visualize information related to a data point. It can be set in XAML as follows:

<telerik:RadCartesianChart>            
    <telerik:RadCartesianChart.Behaviors> 
        <telerik:ChartTooltipBehavior/> 
    </telerik:RadCartesianChart.Behaviors>     
</telerik:RadCartesianChart> 

If this control is not the one that is used, I will be awaiting your reply for more information regarding your project scenario.

Regards,
Stenly
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Tags
ToolTip
Asked by
Luigi
Top achievements
Rank 3
Bronze
Iron
Iron
Answers by
Stenly
Telerik team
Share this question
or