How to refresh Series Data when User change the series?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Puzzlefun
Newbie
Newbie
Posts: 3
Joined: Fri Nov 21, 2008 12:00 am

How to refresh Series Data when User change the series?

Post by Puzzlefun » Mon Jan 19, 2009 3:10 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jan 20, 2009 11:23 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply