TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
bsindorf
- Newbie
- Posts: 8
- Joined: Tue Jan 10, 2006 12:00 am
Post
by bsindorf » 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:
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.
-
Narcís
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Thu Jan 12, 2006 9:39 am
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.