Currency Symbol on Series Values

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
nathean
Newbie
Newbie
Posts: 3
Joined: Thu Feb 23, 2006 12:00 am

Currency Symbol on Series Values

Post by nathean » Thu Aug 09, 2007 2:38 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 09, 2007 3:02 pm

Hi nathean,

You could try using Delphi's CurrencyString and CurrencyFormat variables.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply