Page 1 of 1

Setting Charset

Posted: Wed Jan 11, 2006 5:55 pm
by 9639842
With TeeChart ActiveX v7 I could change the font and charset (in order to display Korean characters) for a label as follows:

Code: Select all

tChart1.Axis.Left.Title.Font.Name = "Arial Unicode MS"
tChart1.Axis.Left.Title.Font.Charset = 129
How do I accomplish this using TeeChart .NET v2? I could not find a "Charset" property so that I could change to a Hangul script within the Arial Unicode MS font.

Thanks.

Posted: Thu Jan 12, 2006 9:39 am
by narcis
Hi bsindorf,

In Visual Studio .NET you just have to choose the option "Save Form As" and click the downwards arrow button at the right of the "Save" button and choose "Save with Encoding" option. Then you choose the encoding you prefer there.