Hi Experts,
I have a question.
How to refresh Series Data when User change the series name and type at the same time?
For example, I have 5 data. I create 5 series for them and have a local list for those series. If series data changed, I need update the series.
Case A: If user uses teechart editor to modify the serieses name. I can match data and series by my series list.
Case B: If user uses teechart editor to modify the serieses type. I can match chart series and my series list by the series name and update my list. Then I can match the data and series.
My question is Case A and B happens at the same time, how can I match the data and series.
If each series has attribute like Tag, no matter use change the series, I can still match data and the series. Unfortunately, I can not find "Tag".
Do you have any solution for this?
Regards,
Puzzlefun
How to refresh Series Data when User change the series?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Puzzlefun,
You could try giving the Series.XValues.Name or Series.YValues.Name a unique name.My question is Case A and B happens at the same time, how can I match the data and series.
This is not available for now but it's on the wish-list to be considered for inclusion in future releases.If each series has attribute like Tag, no matter use change the series, I can still match data and the series. Unfortunately, I can not find "Tag".
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |