Hi Yimi,
At present, this feature is not supported in RadChart out of the box. However, you can take advantage of our
UIElement.ChildrenOfType<T>() extension method and directly access the PointMark visuals after the chart data is loaded. For example:
After you get the PointMarks collection, you can attach
MouseLeftButtonDown event handler to the desired point:
Note that, in order to use ChildrenOfType<T>() you need to include
Telerik.Windows.Controls namespace.
Regards,
Polina
the Telerik team