GD
Gurbhej Dhillon
April 17, 2007 05:49 PM UTC
Any updates on this. This might be really simple but I didnt see any settings for this. I want to remove the default context menu which comes up when I right click on a chart and shows me the options for teh series in the chart.
Thanks...
>Hi,
How do I disable the context menu in Charts? I am using version 3.3 of Syncfusion Charts.
Thanks,
Gurbhej
RC
Rajesh C
Syncfusion Team
April 18, 2007 02:41 AM UTC
Hi Gurbhej,
Sorry for the delay in responding to you.
You can disable the Chart default context menu by setting the DisplayChartContextMenu as false, Please refer to the following code snippet.
[ C# ]
this.chartControl1.DisplayChartContextMenu =false;
Please let me know if you have any queries.
Thank you for using Syncfusion products.
Regards,
Rajesh