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
TeeChart 6 VS Report Builder 9 (Currency sign)
Hi Plante,
you could set the Currency string of the Control Panel using :
Series1.ValueFormat := '0.00 '+CurrencyString;
you could set the Currency string of the Control Panel using :
Series1.ValueFormat := '0.00 '+CurrencyString;
Pep Jorge
http://support.steema.com
http://support.steema.com