Page 1 of 1

TeeChart 6 VS Report Builder 9 (Currency sign)

Posted: Tue Nov 29, 2005 4:25 pm
by 8441271
Hi,

I'm using TeeChart 6 with Report Builder 9.

In report builder, when I set the display format of a currency field, the
"$" sign is automatically changed for the proper currency sign according to the Windows Control Panel of the user pc. For example if the display format of the field is "0.00$" and the currency sign in the control panel is "?" (EUROS) and the value is "1.99" the I will get 1.99 ? that is correct.

However, with TeeChart, when the Legent is displayed, if the format is
"0.00$" I do not get the ? (EUROS) sign. I still get the $ sign.

Any help would be appreciated.

Best regards,

--
G. Plante

Posted: Thu Dec 01, 2005 8:07 pm
by Pep
Hi Plante,

you could set the Currency string of the Control Panel using :
Series1.ValueFormat := '0.00 '+CurrencyString;