Page 1 of 1

Currency Symbol on Series Values

Posted: Thu Aug 09, 2007 2:38 pm
by 9345419
Hi,

When setting a series value format (not programmatically, using the chart's properties pop up dialog) I want to set the format to include the currency symbol. However, when I choose currency it puts in the existing currency from the PC Windows settings such as Euro. However, if my users run the Application in the UK I want the pound symbol to go in.

Is there a formatting string where the currency symbol is dynamically inserted at runtime; such &0.00 where '&' would be replaced at runtime with the client's currency settings?

Thanks

Posted: Thu Aug 09, 2007 3:02 pm
by narcis
Hi nathean,

You could try using Delphi's CurrencyString and CurrencyFormat variables.