Hi,
I'm trying to handle this event, but I'm getting this error:
"'ContextMenuOpening' is not an event of 'Telerik.WinControls.UI.RadChartView'"
Note: I'm using RadControls for WinForms Q2 2012.
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 17 Sep 2014, 11:23 AM
Hi Tarek,
Thank you for writing.
This event was introduced in Q2 2013 (version 2013.2.612) and cannot be used in versions before this one.
To replace the default context menu in your version you should create a custom ChartDataPointElementController class:
public class MyChartDataPointElementController : ChartDataPointElementController
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.