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

Itemtooltip Not Showing

2 Answers 58 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Paul Kleynhans
Top achievements
Rank 1
Paul Kleynhans asked on 01 Apr 2010, 09:41 AM
Hi There,

I have a couple of charts that has custom itemtooltips. These tooltips work fine.
But now I need to zoom on a chart, so I've added these two lines :
    

    caArea.ZoomScrollSettingsX.ScrollMode =

ScrollMode.ScrollAndZoom;

 

    caArea.ZoomScrollSettingsY.ScrollMode =

ScrollMode.ScrollAndZoom;

Now the tooltips does not show at all.
Also the Itemclick event does not get raised. It is as if the chart never gets focus, but instead the scroll bars.

Any help or suggestions would be greatly appreciated.

Regards
Frikkie

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 01 Apr 2010, 10:08 AM
Hello Paul,

Indeed your observations are correct -- the current version of the control released with Q1 2010 did not support interactivity features (tooltips, click events) in zooming / scrolling scenarios. Note, however, that our developers were able to address this limitations soon after the release so you can now download the latest internal weekly build from your Client.Net account that will allow you to use the interactivity features when zooming / scrolling is enabled as well.


Best wishes,
Freddie
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Paul Kleynhans
Top achievements
Rank 1
answered on 01 Apr 2010, 10:55 AM
Cool, it works.
Thank you for the quick response.

Kind Regards
Tags
Chart
Asked by
Paul Kleynhans
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Paul Kleynhans
Top achievements
Rank 1
Share this question
or