-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
using (var s = File.Create(dlg.FileName))
{
//PdfExporter.Export(this.model, s, plot1.ActualWidth, plot1.ActualHeight); // obsolete
OxyPlot.SkiaSharp.PdfExporter.Export(model, s, 800, 600); // recommended
}
Hello,
since the system prompt suggests replacing obsolete Oxyplot.PdfExporter, I installed recommended one SkiaSharp.PdfExporter hoping it is able to reproduce chinese characters in pdf, but to no avail. It isn't as well.
Perhaps someone has an idea how to solve that issue?

For example: chart name in pdf.
Metadata
Metadata
Assignees
Labels
No labels