C# ScottPlot解决中文乱码问题

            Plot myPlot = new Plot();
            myPlot.Font.Set(SKFontManager.Default.MatchCharacter('').FamilyName);

亲测有效

Plot myPlot = new Plot();
myPlot.Font.Set("宋体");

这个也可以

posted @ 2024-06-19 11:23  WmW  阅读(1343)  评论(0)    收藏  举报