TeeChart5 Language support

TeeChart for ActiveX, COM and ASP
Post Reply
xpar
Newbie
Newbie
Posts: 8
Joined: Thu Sep 15, 2005 4:00 am
Location: nl

TeeChart5 Language support

Post by xpar » Fri Sep 11, 2009 10:30 am

We are still using TeeChart5 for one of our projects, and we are asked to translate the software to Japanese. Is it possible to use Japanese characters as axis labels ?

I have tried to set the fontname and charset of the Axis Label property (this is a horizontal bar chart).

Code: Select all

ITeeFontPtr font = m_Chart->Axis->Left->Labels->Font;
font->Name = _T("MS Mincho");
font->Charset = SHIFTJIS_CHARSET;
font->Size = 20;
but when I add a point

Code: Select all

Series->AddXY(dValueX, dValueY, (_bstr_t) cstr, clTeeColor);
I only see questionmarks "??????" as a label. Do I need to convert the strings ? Or is there something else I'm doing wrong ?

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

Re: TeeChart5 Language support

Post by Narcís » Mon Sep 14, 2009 8:18 am

Hi xpar,

I'm afraid not. Unicode support was added in later versions of TeeChart.
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

jalen
Newbie
Newbie
Posts: 7
Joined: Thu Jan 05, 2006 12:00 am
Location: Guelph, ON Canada
Contact:

Re: TeeChart5 Language support

Post by jalen » Mon Nov 23, 2009 8:25 pm

What is the earliest version of TeeChart Ax that is Unicode enabled? I'm using 7.0.0.6 and it seems that it is not.

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart5 Language support

Post by Yeray » Tue Nov 24, 2009 4:02 pm

Hi jalen,

It came with TeeChart v7.0.1.2. Please try the latest version available at the client area.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

jalen
Newbie
Newbie
Posts: 7
Joined: Thu Jan 05, 2006 12:00 am
Location: Guelph, ON Canada
Contact:

Re: TeeChart5 Language support

Post by jalen » Tue Nov 24, 2009 7:06 pm

thanks, I'll try that.

Post Reply