TGaugeSeries (TDBChart) losing fieldnames

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
jls
Newbie
Newbie
Posts: 19
Joined: Fri Jun 11, 2004 4:00 am

TGaugeSeries (TDBChart) losing fieldnames

Post by jls » Fri May 06, 2005 1:42 pm

The angel and y value a
are not stored to the DFM file.

I have to set the values like this:

Series1.XValues.ValueSource := 'angel';
Series1.YValues.ValueSource := 'value'


Any solution?

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

Post by Pep » Thu May 12, 2005 7:51 am

Hi,

yes, you're correct, it's a bug which has been added on our defect list. A fix for it will be considered to inclusion for the next maintenance releases.
Thanks for the report.
In meantime, you must asign it at runtime, via code, as you do.

Post Reply