TeeChart for ActiveX, COM and ASP
-
Roman
- Newbie

- Posts: 5
- Joined: Thu Jun 03, 2004 4:00 am
- Location: Czech Republic
Post
by Roman » Tue Jul 20, 2004 6:19 am
Hi,
I use TeeChart 6 ActiveX in VB6.
I'm working on my own ActiveX object - something similar to TeeListBox but with other functions. How can my ActiveX get to know about adding series in TeeChart? At first I thought that TeeChart event OnSeriesBeforeAdd is what I'm looking for, but this is for being aware of adding a data point to a serie rather than the serie
Is it possible to react on this event (adding or deleting of a serie) without permanent reading of SeriesCount and comparing it with the previous value?
Thanx, Roman
-
Pep
- Site Admin

- Posts: 3313
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Wed Jul 21, 2004 12:55 am
Hi Roman,
there's not an event for this (I've added it on our wish list to be considered for future releases).
At this moment the best way to check this is in OnAfterDraw event.
-
Roman
- Newbie

- Posts: 5
- Joined: Thu Jun 03, 2004 4:00 am
- Location: Czech Republic
Post
by Roman » Wed Jul 21, 2004 4:56 am
Thank you