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
.SeriesList property
Hi Ritchie,
This property has been added in the TeeChart Pro v7.I am using TeeChartPro activeX v5.0.6.0 and have found that the SeriesList property is not available. Is this a bug?
I've tried here the ExchangeSeries method and it works fine. Which code are you using it to exchange the series (in which event) ?but it seems this doesn't always work. Does anyone know how to achieve this?
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi Ritchie,
You could use the ISeries.Name and/or ISeries.Title properties to track your series under these circumstances.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.
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/
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/