Hi,
I´m trying to show chinese strings in chart Headers and i only obtain question marks.
Example:
CString strTitle1 = _T("산자");
COleVariant varTitle1(strTitle1);
m_Chart1.GetHeader().GetText().Add(varTitle1);
The result is the next string:
??
I'm already using TeeChartAX7MultiLangUnicode.
This problem doesn't appear in Legends or axis titles.
I hope you can find a solution.
Error showing unicode strings (Chinese) in Headers URGENT!!!
Hi,
to be able to show the unicode characters on this way you should code the title, using the following code to change it should work fine :
TChart1.Header.Caption = TChart1.Environment.CodeUTF8String("부동산자산 ")
to be able to show the unicode characters on this way you should code the title, using the following code to change it should work fine :
TChart1.Header.Caption = TChart1.Environment.CodeUTF8String("부동산자산 ")
Pep Jorge
http://support.steema.com
http://support.steema.com