You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello,
since the system prompt suggests replacing obsolete
Oxyplot.PdfExporter
, I installed recommended oneSkiaSharp.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.
The text was updated successfully, but these errors were encountered: