Page 1 of 1

How to refresh Series Data when User change the series?

Posted: Mon Jan 19, 2009 3:10 pm
by 13050936
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

Posted: Tue Jan 20, 2009 11:23 am
by narcis
Hi Puzzlefun,
My question is Case A and B happens at the same time, how can I match the data and series.
You could try giving the Series.XValues.Name or Series.YValues.Name a unique name.
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".
This is not available for now but it's on the wish-list to be considered for inclusion in future releases.