Origin Ver. and Service Release (Select Help-->About Origin): Origin 9.0
Operating System:Windows XP
I made a graph which title is Chinese "图1.1 函数y=x 总图1".
I use the code to print the title.
GraphPage gp = Project.GraphPages(-1);
GraphLayer gl = gp.Layers(gp.Layers.Count() -1);
Tree tr;
tr = gl.GetFormat(FPB_ALL, FOB_ALL, true, true);
out_str(tr.Root.Axes.X.Titles.BottomTitle.Text);
The result is "0.0.1102216.19999999999999910.616.19999999999999910.1999999999999990-400.0-4100.?1.1 ??y=x
??1010000000110";
How to print the correct tile of the graph using Chinese.
forum