This is a migrated thread and some comments may be shown as answers.

Ghost tooltip after disabling one of the barseries

3 Answers 87 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Alexandru
Top achievements
Rank 1
Alexandru asked on 08 Jan 2014, 09:07 AM
Hi!

I'm using RadCartesianChart with Barseries. Each Barseries has onhover tooltip can be disabled with a checkbox by OnPropertyChanged.
Everything works fine except the tooltips remains even though the barserie has been disabled.
I have attached some screenshots depicting the ghost tooltip.

3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 13 Jan 2014, 07:44 AM
Hello Alexandru,

I tried to reproduce the reported behavior on our side with our latest official release and it seems that the code works as expected. Could you please take a look at the attached project and let us know if I missed something. It will be great if you can change the code so that the issue can be reproduced and send it over. By doing so we will be able to further investigate the behavior.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Ioan
Top achievements
Rank 1
answered on 03 Mar 2014, 12:43 PM
Your example is in WPF. In Silverlight Visibility property accepts only Visible and Collapsed values. 
Using Collapsed value to hide BarSeries I get the ghost tooltips.
The irony is that if in WPF I use collapsed instead of hidden to hide the barserie I don't get a ghost tooltip. 
0
Pavel R. Pavlov
Telerik team
answered on 06 Mar 2014, 09:16 AM
Hi,

I tried the project in Silverlight and the code works as expected. Please take a look at the attached project and let me know if I missed something. Moreover, if you need to disable the tooltip of a series you can set its IsEnabled property to false.

Please try this approach and let me know if you any further assistance.

Regards,
Pavel R. Pavlov
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

Tags
Chart
Asked by
Alexandru
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Ioan
Top achievements
Rank 1
Share this question
or