Hi,
Is there a way to override teechart decimal seperator definitions?
E.G. if the decimal seperator is '.' we would like teechart to use ',' instead. (like in german regional setting) without changing the regional settings of the user/server.
thanks
Decimal seperator in teechart 7.0.0.4
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
He Oblicore,
Yes, you can use TChart1.Environment.DecimalSeparator.
Yes, you can use TChart1.Environment.DecimalSeparator.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
problem
this property has only 'get' method and no 'put' one
compiler message:
TeeChart::IEnvironment::DecimalSeparator' : no 'put' method is associated with this property
is there a put method anywhere for the decimal seperator? (we are using c++ in VS environmanet)
compiler message:
TeeChart::IEnvironment::DecimalSeparator' : no 'put' method is associated with this property
is there a put method anywhere for the decimal seperator? (we are using c++ in VS environmanet)