User (Legacy) Posted April 1, 2004 Report Share Posted April 1, 2004 Hi, It looks like the charts is supporting double bytes characters in the legend and Axis, but not in the editor. So, since Japanese characters are double bytes the conversion in ansi just creates garbage characters. In the picture below, what is on the X-axis is supposed to be on the column names and what is on the legend is supposed to be on the row names. Can you please confirm if the editor supports the Japanese characters. Thanks Artan Dimnaku Link to comment Share on other sites More sharing options...
Software FX Posted April 1, 2004 Report Share Posted April 1, 2004 Make sure you set the FONT in the data editor to a font that supports Japanese character like you are doing with the chart and legend. To set the font on the data editor: chart.DataEditorObj.Font = <font> -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 1, 2004 Author Report Share Posted April 1, 2004 This isssue is resolved. Actually I was not setting the font at all, I was using the default from ChartFX one which I guess is not supported in Japanese. Once I set the font to "MS Mincho" it worked for me too. "Artan Dimnaku" <Artan.Dimnaku@aspentech.com> wrote in message news:8RaZxABGEHA.2620@webserver3.softwarefx.com... > Hi, > > It looks like the charts is supporting double bytes characters in the legend > and Axis, but not in the editor. So, since Japanese characters are double > bytes the conversion in ansi just creates garbage characters. > In the picture below, what is on the X-axis is supposed to be on the column > names and what is on the legend is supposed to be on the row names. > > Can you please confirm if the editor supports the Japanese characters. > > Thanks > > Artan Dimnaku > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted April 2, 2004 Author Report Share Posted April 2, 2004 Thanks FP. As always that was fast and very helpful. Artan Dimnaku "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:NnrsZeCGEHA.196@webserver3.softwarefx.com... > Make sure you set the FONT in the data editor to a font that supports > Japanese character like you are doing with the chart and legend. > > To set the font on the data editor: > > chart.DataEditorObj.Font = <font> > > -- > FP > Software FX > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.