I have a stacked bar chart with tooltip, which contains value.
I have a click event on chart area. And on this click i open a new detailed window.
Problem is when i click on particular chart area, tooltip stays on. It doesnt go after opening a new child window.
Couls you please help?
Regards,
Avi
7 Answers, 1 is accepted
I created a simple user control, based on the information that you provided about your setup. I could not, however, reproduce the behavior you describe - please, find my user control with the chart definition, attached. Could you please open a formal support ticket and send me a running test project that demonstrates your setup and detailed information on the result you are trying to achieve.
All the best,
Tsvetie
the Telerik team

Thanks.
To check this open a child window from chart area click event. You can find out the exact issue.
Once we open a child window, the tooltip stays back.
Please find attached screenshot.
Regards,
Avi
I was able to reproduce the problem, when I applied the changes that you mentioned. I just need to make sure that I have reproduced the same problem that you report. That is why, please check, whether the problem you reproduce on your side is the same as the one, described below:
- In case I move the mouse over a bar chart item, wait for the tooltip to show and then click on the bar, the tooltip closes as expected.
- In case I move the mouse over a bar chart item, wait for the tooltip to begin its opening animation and then click on the bar, before the tooltip is fully displayed, then the tooltip stays open. This is the problem that I was able to reproduce.
In case my assumption is not correct, please explain in detain the steps that you follow in order to reproduce the problem. It will be best, if you send us a video, demonstrating these steps.
Regards,
Tsvetie
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Hi,
You got it. The second point u mentioned exactly same issue happening.
Really appreciate ure help. Waiting for the solution.... :)
Thanks
Regards,
Avi
The method will be part of the next internal release and with it, you should be able to hide the tooltip using the following code:
private
void
ChartArea_ItemClick(
object
sender, Telerik.Windows.Controls.Charting.ChartItemClickEventArgs e)
{
(e.OriginalSource
as
BaseChartItem).HideToolTip();
ChildWindow1 child =
new
ChildWindow1();
child.Show();
}
Greetings,
Tsvetie
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

We're experiencing the exact same problem [thanks for the detailed description in this post] and we're looking for a fix.
Thanks in advance.
You can download the weekly internal build from your client account and you will be able to use the new method. Alternatively, it will be included in the official service pack release (around mid-September) as well.
Kind regards,
Giuseppe
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>