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.
Up arrow icon