Jack
Jack

Reputation: 3494

How to display Unicode in TChart labels

I have a TChart object where I want to be able to display Unicode characters for the axis labels.

Any help would be appreciated.

Addendum : Delphi 5.0

Upvotes: 1

Views: 371

Answers (2)

Narcís Calvet
Narcís Calvet

Reputation: 7452

Unicode support wasn't introduced in Delphi until 2009 version so you should use TeeChart for Delphi 2009 or above to get native Unicode support.

Upvotes: 2

mjn
mjn

Reputation: 36654

One option is to write a simple TChart yourself and use code from the TMS Unicode (formerly known ans TNT Unicode) component collection code. The TMS package supports Delphi 6 and higher, but the source code is included. Maybe the original TNT source code is still somewhere on the Internet, it was open source.

Upvotes: 2

Related Questions