We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Suppressing Legend Properties

Hi,
When the legend is double-clicked, the legend properties window pops-up.. How can I supress this feature? I didnt find any property helping this case.

Thanks
Navaneeth

1 Reply

AD Administrator Syncfusion Team December 12, 2006 05:51 PM UTC

Hi Navaneeth,

Please add the following code in Form_Load event to suppress the legend properties window pops-up

this.chartControl1.Legend.Enabled = false;

Here is a sample attached which illustrates how to disable this feature.

Legend Suppress sample

Let me know if you have any more queries.

Best Regards,
Sureshbabu

Loader.
Live Chat Icon For mobile
Up arrow icon