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

ToolTip not working in RadChart when ScrollMode.ZoomAndScroll is set

6 Answers 103 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Uma Shanmugam
Top achievements
Rank 1
Uma Shanmugam asked on 07 Mar 2010, 11:08 PM
I use a line series and the tooltip doesn't display  when  ScrollMode.ZoomAndScroll is set as follows

chart1.DefaultView.ChartArea.ZoomScrollSettingsX.ScrollMode =

ScrollMode.ScrollAndZoom;

 


When I comment the above line, tooltip is displayed in the line series.

Will this issue be fixed in official release ?

6 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 10 Mar 2010, 09:19 AM
Hi Uma Shanmugam,

Because of the way zooming and data sampling work, the data context used for showing the tooltips is not persisted. While technically tooltips cannot be directly exposed for sampled (summarized) data this doesn't mean we will not allow tooltips when zooming and scrolling is enabled - simply it will take some time as it is a separate feature.

Sincerely yours,
Vladimir Milev
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
Fabio Laserra
Top achievements
Rank 1
answered on 14 Nov 2011, 05:57 PM
Hello,
have you got any news about this issue? I need tooltip in a zoomed chart.

Thanks
Fabio
0
Vladimir Milev
Telerik team
answered on 16 Nov 2011, 08:34 AM
Hello Fabio Laserra,

This feature was implemented and is available with the current release of RadChart. When grouping or sampling data, as in your case, we are generating an auxiliary datacontext for each datapoint. It can be accessed through datapoint.dataitem property. It constainst a list of string/string key/value pairs. For each group descriptor you create the key value pair will indicate the name of the property by which grouping is performed and the actual group key for the item in question. This is all the information that makes sense to be exposed when grouping/sampling data. Hope this helps.

Best wishes,
Vladimir Milev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Fabio Laserra
Top achievements
Rank 1
answered on 16 Nov 2011, 09:24 AM
Hello Vladimir,
my chart has tooltips and I see them, but when enablezoom=true, they are not visible anymore...
0
Vladimir Milev
Telerik team
answered on 21 Nov 2011, 09:14 AM
Hello Fabio Laserra,

You will need to upgrade to the latest version of RadChart in order to be able to access this feature.

All the best,
Vladimir Milev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Fabio Laserra
Top achievements
Rank 1
answered on 21 Nov 2011, 01:20 PM
Hello,
I need to wait because I am a DNN PRO customer.

Thanks
Fabio
Tags
General Discussions
Asked by
Uma Shanmugam
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Fabio Laserra
Top achievements
Rank 1
Share this question
or