Search found 6 matches

by tijmen
Mon Aug 07, 2023 12:13 pm
Forum: Stimulsoft Reports.NET
Topic: Clipped chart labels
Replies: 9
Views: 4254

Re: Clipped chart labels

Hi Max,

Do you have an update on this issue?
by tijmen
Fri Jun 09, 2023 7:21 am
Forum: Stimulsoft Reports.NET
Topic: Clipped chart labels
Replies: 9
Views: 4254

Re: Clipped chart labels

Max Shamanov wrote: Tue Jun 06, 2023 1:28 pm Hello,

Could you please send us a sample project that reproduces the issue?

Thank you.
Here you go.
by tijmen
Mon Jun 05, 2023 7:04 am
Forum: Stimulsoft Reports.NET
Topic: Clipped chart labels
Replies: 9
Views: 4254

Re: Clipped chart labels

Thanks for the reply. I've added the following line: StiFontCollection.AddFontFile(@"Roboto-Regular.ttf"); The font family can be downloaded here: https://fonts.google.com/specimen/Roboto (version 2.137 2017). This does not make a difference, however. The issue doesn't seem font-related, c...
by tijmen
Wed May 31, 2023 1:19 pm
Forum: Stimulsoft Reports.NET
Topic: Clipped chart labels
Replies: 9
Views: 4254

Clipped chart labels

We have a few charts where the labels are clipped. Is there a way to prevent this behavior? This is only visible in the PDF that is generated through the .NET reports library, not when previewing with the Stimulsoft Designer. We use Stimulsoft.Reports.Web.NetCore 2023.2.3. See attachments for all in...
by tijmen
Thu Mar 02, 2023 3:45 pm
Forum: Stimulsoft Reports.NET
Topic: Exception in PdfFonts
Replies: 1
Views: 736

Exception in PdfFonts

We sporadically get this exception when exporting a document: System.Exception: Exception in PdfFonts.GetFontMetrics, font 'Arial' step #0: 'An item with the same key has already been added. Key: 2048Regular' at Stimulsoft.Report.Export.PdfFonts.GetFontMetrics(Font font, PdfFontInfo currentFontInfo,...
by tijmen
Wed Jan 11, 2023 2:41 pm
Forum: Stimulsoft Reports.NET
Topic: Thread-safety
Replies: 2
Views: 611

Thread-safety

We are experiencing some sporadic exceptions when calling StiReport.Load . There seems to be an issue loading fonts in FontFamily regarding thread-safety. Locking StiReport.Load solves this issue, but is not a preferred solution. We are using Stimulsoft.Reports.Web.NetCore 2023.1.3. Exception: ---> ...