Setting Charset
Posted: Wed Jan 11, 2006 5:55 pm
With TeeChart ActiveX v7 I could change the font and charset (in order to display Korean characters) for a label as follows:
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.
Code: Select all
tChart1.Axis.Left.Title.Font.Name = "Arial Unicode MS"
tChart1.Axis.Left.Title.Font.Charset = 129
Thanks.