TeeChart 6 VS Report Builder 9 (Currency sign)

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
G. Plante
Newbie
Newbie
Posts: 3
Joined: Tue Jun 10, 2003 4:00 am

TeeChart 6 VS Report Builder 9 (Currency sign)

Post by G. Plante » Tue Nov 29, 2005 4:25 pm

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

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

Post by Pep » Thu Dec 01, 2005 8:07 pm

Hi Plante,

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

Post Reply