Search found 6 matches

by ilkuzn
Thu Sep 24, 2020 10:35 am
Forum: Stimulsoft Reports.NET
Topic: Points between major ticks on Chart
Replies: 11
Views: 4387

Re: Points between major ticks on Chart

Hello, I'd like to have ability to control labels and gridlines on X-axis dynamically and independently from Argument values. For example I have 28 values in my data with timestamps from 01-01-2020 12:33 to 01-01-2020 17:13 (10 minutes interval). The goal is to have X-axis starting from 01-01-2020 1...
by ilkuzn
Mon Sep 21, 2020 9:45 am
Forum: Stimulsoft Reports.NET
Topic: Points between major ticks on Chart
Replies: 11
Views: 4387

Re: Points between major ticks on Chart

Hi!
Thank you for your answers.
Could you please show which parameters allow to control amount of labels (and I guess amount of major vertical grid lines) on X-axis?

In attachment there are 2 files - template and test data file.

Thanks in advace!
by ilkuzn
Mon Sep 14, 2020 2:40 pm
Forum: Stimulsoft Reports.NET
Topic: Points between major ticks on Chart
Replies: 11
Views: 4387

Re: Points between major ticks on Chart

Hello again!

One more question:
How can I control the amount of vertical grid lines on Scatter graph? or on any other graphs?
Is there any possibility to get graph paper on graph background? (vertical and horisontal grid lines with 1mm between them)
by ilkuzn
Tue Jul 28, 2020 10:01 am
Forum: Stimulsoft Reports.NET
Topic: Points between major ticks on Chart
Replies: 11
Views: 4387

Points between major ticks on Chart

Hi! Could you please help with an algorithm how to put set of data on chart in the following way: 1. Show vertical grid lines for some specific dates (for example every 1 hour) starting from Start to End date. 2. Show points on Chart for values with any date between Start and End date. Data comes to...
by ilkuzn
Thu May 14, 2020 12:06 pm
Forum: Stimulsoft Reports.NET
Topic: PDF/A-3 compliance
Replies: 3
Views: 1675

Re: PDF/A-3 compliance

Hi! We are using Stimulsoft.Reports.Web 2020.2.1 with .NET Framework 4.8 Configuration parameters: protected override StiExportSettings GetExportSettings(IReportSettings reportSettings) { var settings = new StiPdfExportSettings(); settings.PdfComplianceMode = StiPdfComplianceMode.A3; settings.Compre...
by ilkuzn
Thu May 07, 2020 9:46 am
Forum: Stimulsoft Reports.NET
Topic: PDF/A-3 compliance
Replies: 3
Views: 1675

PDF/A-3 compliance

Hi! My company is going to use Stimulsoft as PDF report generator. Our processes are quite strict, so one of the requirements is PDF/A-3 compliance. I'm trying to configure generated pdf report to fit the rules in validator tool (Acrobat Pro 2015). Now I have the following issue: Preflight Summary R...