The project doesn''t work in version 3.3

Hello, When I change my project which developed in syncfusion version 3.2.1 to version 3.3, it doesn''t work well. The context menu can''t show. The two version can''t migrate?

1 Reply

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.

Loader.
Up arrow icon