Page 1 of 1

Event for adding a new serie

Posted: Tue Jul 20, 2004 6:19 am
by 9082701
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

Posted: Wed Jul 21, 2004 12:55 am
by Pep
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.

Posted: Wed Jul 21, 2004 4:56 am
by 9082701
Thank you