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.
Is there an event like Loaded
-
- Advanced
- Posts: 192
- Joined: Thu Feb 01, 2007 12:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |