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

Add/Remove Single SeriesMapping

1 Answer 43 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 06 Dec 2010, 12:19 PM
Hello,
Is it possible to add and remove individual series mappings without rebinding/refreshing all of the data? I've looked around, but I have not seen any examples of this. The application scenario is: a user hovers over a link on the side of the page, and a series will be added for the duration of the mouseover, and removed on the mouseout. Additionally, it would be helpful to know if there is a simple way to trigger the effect used by the following code snippet?

TIA 
series.SeriesDefinition.InteractivitySettings.HoverScope = InteractivityScope.Series;
series.SeriesDefinition.InteractivitySettings.SelectionScope = InteractivityScope.Series;

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 07 Dec 2010, 08:32 AM
Hi Stephen,

To see more information along the lines of the requested functionality, please refer to the following example:

http://demos.telerik.com/silverlight/#Chart/SimpleFiltering

It toggles on/off the visibility of the dataseries definition.
I hope this gets you started properly!

Regards,
Yavor
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
Stephen
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or