Double-clicking on legend

I''m noticing that double clicking on the legend brings up a properties form either for the legend itself or the series clicked on, depending on where you click. I''d REALLY like to disable these features, but don''t see any way to do it. A workaround or future feature would be greatly appreciated. Thanks, Terry

3 Replies

GM Geetha M Syncfusion Team November 29, 2005 01:00 PM UTC

Hi Terry, To disable the properties form that is displayed on double clicking the Legend, set the Enabled property of the Legend to false. This property gets/sets the value indicating the control''s reponse to user interaction. The following code snippet illustrates this: this.chartControl1.Legend.Enabled = false; I hope this fulfills your needs. Thanks for your interest in Syncfusion products. Regards, Geetha


TF Terry Foster November 29, 2005 03:17 PM UTC

That does indeed work, but I did like the ability to drag the legend around - possible feature for the future? Thanks, Terry


GM Geetha M Syncfusion Team November 30, 2005 06:12 AM UTC

Hi Terry, Thanks for bringing this to our attention. I will log a feature request on this and will try to implement it in the future release. Regards, Geetha

Loader.
Up arrow icon