Page 1 of 1

TGaugeSeries (TDBChart) losing fieldnames

Posted: Fri May 06, 2005 1:42 pm
by 9337817
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?

Posted: Thu May 12, 2005 7:51 am
by Pep
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.