.SeriesList property

TeeChart for ActiveX, COM and ASP
Post Reply
Ritchie
Newbie
Newbie
Posts: 15
Joined: Mon May 21, 2001 4:00 am
Location: Scotland

.SeriesList property

Post by Ritchie » Mon Oct 18, 2004 9:59 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Oct 18, 2004 2:10 pm

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) ?

Ritchie
Newbie
Newbie
Posts: 15
Joined: Mon May 21, 2001 4:00 am
Location: Scotland

Post by Ritchie » Tue Oct 19, 2004 9:39 am

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

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Wed Oct 20, 2004 8:11 am

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.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply