Data Entry at Runtime

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Hans Wolfgang
Newbie
Newbie
Posts: 58
Joined: Fri Nov 15, 2002 12:00 am
Location: Naples, FL
Contact:

Data Entry at Runtime

Post by Hans Wolfgang » Thu Jan 20, 2005 1:40 pm

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?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Feb 01, 2005 11:43 pm

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.

Post Reply