Page 1 of 1

Is there an event like Loaded

Posted: Fri Oct 26, 2007 1:06 pm
by 8739068
Is there an event that I can subscribe to that will tell me when the Chart Control has finished loading?

I have tried to use the BeforeDraw and AfterDraw events but they seem to fire when things like legend checkboxes are checked and unchecked.

I really could use an event that works similar to the Form.Loaded event.

Posted: Fri Oct 26, 2007 2:32 pm
by narcis
Hi Mike,

I'm afraid there's no such event. Obviously event you mentioned are fired when legend checkboxes are checked or unchecked as they are not WinForms checkboxes and implies the chart being repainted.

As an alternative you could use a ChartListBox component instead of the default legend.