Page 1 of 1

Data Entry at Runtime

Posted: Thu Jan 20, 2005 1:40 pm
by 5890703
I would like to present the user with two empty series when the program opens, then allow the user to enter the data. When I create a tPointSeries or tLineSeries at runtime (also at designtime), the column headings are always Text and Y instead of X and Y. How can I force X and Y data columns for each new tPointSeries and tLineSeries?

At designtime the series is created along with default data, which I then need to clear out. Can this behavior be avoided?

Posted: Tue Feb 01, 2005 11:43 pm
by Pep
Hi Hans,
I would like to present the user with two empty series when the program opens, then allow the user to enter the data. When I create a tPointSeries or tLineSeries at runtime (also at designtime), the column headings are always Text and Y instead of X and Y. How can I force X and Y data columns for each new tPointSeries and tLineSeries?
See my other post here
At designtime the series is created along with default data, which I then need to clear out. Can this behavior be avoided?
No, this is as designed, I've added this feature on our wish list.