
sabarishbabu
Top achievements
Rank 1
sabarishbabu
asked on 31 Oct 2009, 08:22 AM
Hi all,
am using telerik reporting chart.
please tell me how to do mouse hover option in pie, line charts etc.
previously i used radchart. so i can able to do mouse hover option.
protected void chartPie_ItemDataBound(object sender, ChartItemDataBoundEventArgs e)
{
e.SeriesItem.Name = ((DataRowView)e.DataItem)["lab_name"].ToString();
e.SeriesItem.ActiveRegion.Tooltip = ((DataRowView)e.DataItem)["lab_name"].ToString();
}
But in telerik reporting chart, the event does not contain ChartItemDataBoundEventArgs .so i cant do like as below..
How to do it in telerik reporting chart?
Thanks for any help
am using telerik reporting chart.
please tell me how to do mouse hover option in pie, line charts etc.
previously i used radchart. so i can able to do mouse hover option.
protected void chartPie_ItemDataBound(object sender, ChartItemDataBoundEventArgs e)
{
e.SeriesItem.Name = ((DataRowView)e.DataItem)["lab_name"].ToString();
e.SeriesItem.ActiveRegion.Tooltip = ((DataRowView)e.DataItem)["lab_name"].ToString();
}
But in telerik reporting chart, the event does not contain ChartItemDataBoundEventArgs .so i cant do like as below..
How to do it in telerik reporting chart?
Thanks for any help
7 Answers, 1 is accepted
0

sabarishbabu
Top achievements
Rank 1
answered on 02 Nov 2009, 05:47 AM
can you anybody tell me the solution?
Thanks for your help
Thanks for your help
0
Hello sabarishbabu,
The short answer is that you can't. As explained in the Known limitations of Telerik Reporting, interactivity features are not yet supported.
Best wishes,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The short answer is that you can't. As explained in the Known limitations of Telerik Reporting, interactivity features are not yet supported.
Best wishes,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Michael Epley
Top achievements
Rank 1
answered on 12 Nov 2010, 01:02 AM
Has this issue been addressed with the latest release of Reporting? Is there any other workaround?
thanks
thanks
0
Hi Michael,
As you can see from the referenced Known Limitations topic in my previous post, tooltips are not yet supported in general. This is specifically hard task for the chart item as it renders as image and you do not have "reference" to its separate elements.
Kind regards,
Steve
the Telerik team
As you can see from the referenced Known Limitations topic in my previous post, tooltips are not yet supported in general. This is specifically hard task for the chart item as it renders as image and you do not have "reference" to its separate elements.
Kind regards,
Steve
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

Markus
Top achievements
Rank 1
answered on 16 Dec 2016, 09:12 AM
Any news about this?
This would be a very important feature in the Line Chart.
This would be a very important feature in the Line Chart.
0

Markus
Top achievements
Rank 1
answered on 16 Dec 2016, 09:13 AM
Any news about this?
It is an important Feature if you use the Line chart!!!
It is an important Feature if you use the Line chart!!!
0
Hello Markus,
Such feature is considered for R1 2017 release, expected in the middle of January - Telerik Reporting Roadmap.
For the time being, you can apply custom actions on categories and series of the Graph item - Graph Item Actions. An example of handling custom actions in a viewer is avilable in How to add interactivity to a report using action event handlers in WinForms report viewer.
Regards,
Stef
Telerik by Progress
Such feature is considered for R1 2017 release, expected in the middle of January - Telerik Reporting Roadmap.
For the time being, you can apply custom actions on categories and series of the Graph item - Graph Item Actions. An example of handling custom actions in a viewer is avilable in How to add interactivity to a report using action event handlers in WinForms report viewer.
Regards,
Stef
Telerik by Progress
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 Feedback Portal
and vote to affect the priority of the items