Chart with series of different precision

Stimulsoft Reports.WEB discussion
Post Reply
r.bianco
Posts: 81
Joined: Thu Oct 27, 2016 2:06 pm

Chart with series of different precision

Post by r.bianco »

Hello,
I'm trying to make a chart with 2 series of values with different precision.
The first one is a standard line with 10 values of intervals from 0 to 1 step 0.1
The second one is a stepped line which must intersect the first serie at a specific value, the range is the same, 0 to 1 but the step is 0.01.
The only way I managed to do it is by abusing of null values on the first serie so there are the same number of values.

Problems:
1) I can't set the series to "connect points with line" on the nulls, it seem to convert the nulls to 0 even if the "convert nulls" option is disabled on the report.
2) The chart prints a lot of unwanted grid lines, I need to print only the steps of 0.1

I made an Excel mockup of what I need:
Screenshot 2025-05-30 155806.png
Screenshot 2025-05-30 155806.png (91.1 KiB) Viewed 98 times
Attached the report and the CSV
Attachments
chart_values.csv
(992 Bytes) Downloaded 11 times
TestChart.mrt
(10.8 KiB) Downloaded 10 times
Soft System srl
Lech Kulikowski
Posts: 7259
Joined: Tue Mar 20, 2018 5:34 am

Re: Chart with series of different precision

Post by Lech Kulikowski »

Hello,

Unfortunately, it is not possible.

Thank you.
r.bianco
Posts: 81
Joined: Thu Oct 27, 2016 2:06 pm

Re: Chart with series of different precision

Post by r.bianco »

Thank you
Soft System srl
Lech Kulikowski
Posts: 7259
Joined: Tue Mar 20, 2018 5:34 am

Re: Chart with series of different precision

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply