Event for adding a new serie
Posted: 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
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