Update in the dataset result in applying settings

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Sander
Newbie
Newbie
Posts: 5
Joined: Wed Nov 24, 2004 5:00 am
Contact:

Update in the dataset result in applying settings

Post by Sander » Fri Apr 29, 2005 8:23 am

For a chart i have the datasource setup to use a dataset. When i for example want to add an field to the dataset, i have to update this dataset. After this is done all the fields that were setup for the dataset are set to blank.

Each time i modify the dataset i have to go through all the graph series and update the datasource. Once this is setup i would like to have a 'savepoint' so that in the case of field modifications i can use this 'savepoint' instead of defining the datasource each time, over and over again.

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

Post by Narcís » Fri Apr 29, 2005 9:29 am

Hi Sander,

Have you tried using :

Code: Select all

tChart1.Series[0].CheckDataSource();
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