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

RadChart Click problem

1 Answer 77 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Joy
Top achievements
Rank 1
Joy asked on 05 Mar 2009, 08:06 PM
I have a line chart with Click event. Everytime the user clicks on the PointMark, I want this PointMark stands out(either circle it, or Make it different color, etc.).  Does anyone know how to do it? Do I need to rebind the chart?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 09 Mar 2009, 07:32 AM
Hello Joy,

What you need to do is subscribe to the server-side click event. When you click the line series you will be able to obtain a reference to the series item clicked through the event args of the click event. Once you have that you can change the appearance settings of the pointmark to whatever you like.

Regards,
Vladimir Milev
Tags
Chart (Obsolete)
Asked by
Joy
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or