Is there an event like Loaded

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike Jones
Advanced
Posts: 192
Joined: Thu Feb 01, 2007 12:00 am
Contact:

Is there an event like Loaded

Post by Mike Jones » Fri Oct 26, 2007 1:06 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 26, 2007 2:32 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply