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

Turning of the Legend

I''m having difficulty turning off the Legend on the image generated when I call chartControl.Draw(img); It''s worked for me before in some iteration of ChartControl settings, but I can''t figure out how to do it now. I''ve even tried this: chartControl.Legend.Visible = false; chartControl.Refresh(); Image img = new Bitmap( width, height ); chartControl.Draw( img ); Clipboard.SetDataObject( img ); but I always get a Legend on my image now. Can you tell me what settings force a Legend to be drawn?

1 Reply

AD Administrator Syncfusion Team January 14, 2005 04:56 PM UTC

I had a similar problem, I solved it by moving the legend see the following post: http://www.syncfusion.com/Support/forums/message.aspx?MessageID=18412

Loader.
Live Chat Icon For mobile
Up arrow icon