Page 1 of 1

Update in the dataset result in applying settings

Posted: Fri Apr 29, 2005 8:23 am
by 8127961
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.

Posted: Fri Apr 29, 2005 9:29 am
by narcis
Hi Sander,

Have you tried using :

Code: Select all

tChart1.Series[0].CheckDataSource();