GM
Geetha M
Syncfusion Team
August 31, 2005 12:58 PM UTC
Hi Tang,
To work with context menu, set the ChartControl''s ContextMenu property to the contextmenu you are using in the form and set the DisplayChartContextMenu to false as shown in the following code snippet:
this.chartControl1.DisplayChartContextMenu = false;
I hope this will help you. Please let me know if you have any questions.
Thanks,
Geetha.