Page 1 of 1

.SeriesList property

Posted: Mon Oct 18, 2004 9:59 am
by 6919168
I am using TeeChartPro activeX v5.0.6.0 and have found that the SeriesList property is not available. Is this a bug?

Also, I initially have 3 identical horizontal line series on a 2D chart and would like, when a user clicks different labels on a VB form, to display the series corresponding to the label in front of the others ie making it the visible series. I have attempted to use .Exchange Series, but it seems this doesn't always work. Does anyone know how to achieve this?

Many thanks,
Ritchie

Posted: Mon Oct 18, 2004 2:10 pm
by Pep
Hi Ritchie,
I am using TeeChartPro activeX v5.0.6.0 and have found that the SeriesList property is not available. Is this a bug?
This property has been added in the TeeChart Pro v7.
but it seems this doesn't always work. Does anyone know how to achieve this?
I've tried here the ExchangeSeries method and it works fine. Which code are you using it to exchange the series (in which event) ?

Posted: Tue Oct 19, 2004 9:39 am
by 6919168
Thanks Pep,

I've just realised that using ExchangeSeries results in the series indices being changed as well as the zorder - resulting in my code losing track of what is where.

Best regards,
Ritchie

Posted: Wed Oct 20, 2004 8:11 am
by Chris
Hi Ritchie,
I've just realised that using ExchangeSeries results in the series indices being changed as well as the zorder - resulting in my code losing track of what is where.
You could use the ISeries.Name and/or ISeries.Title properties to track your series under these circumstances.