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

Search for Data Point in bubble chart

2 Answers 35 Views
Chart
This is a migrated thread and some comments may be shown as answers.
jfkrueger
Top achievements
Rank 1
jfkrueger asked on 18 Aug 2011, 10:34 PM
I have a bubble chart where each bubble would represent a person. I want to offer the user a combobox that they can use to select an individual which will then identify which bubble in the chart corresponds to the selected person in the bubble chart. My first thought would be to change the color of the one bubble representing the selected person, make it bigger, and bring it to the front (in case it is behind another bubble).

How would this be accomplished or does anyone have a better approach?

Thank you!

2 Answers, 1 is accepted

Sort by
0
Accepted
Evgenia
Telerik team
answered on 24 Aug 2011, 11:14 AM
Hi Joe,

Thanks for contacting us.
Your scenario is very similar to the one already discussed in this forum post. Please review the attached project there and substitute RadTreeView with RadComboBox (with the necessary changes in properties and binding). For more information about RadComboBox you can refer to its online documentation as well as the demos.

I hope this information is helpful.

Kind regards,
Evgenia
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
jfkrueger
Top achievements
Rank 1
answered on 24 Aug 2011, 07:05 PM
Thanks, I did end up making heavy use of that example. Using the MVVM approach and events I was able to accomplish what I needed. I basically just refresh the data and change the bubble color and make the bubble size bigger.

Thanks again!
Tags
Chart
Asked by
jfkrueger
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
jfkrueger
Top achievements
Rank 1
Share this question
or