Multiple line charts and X values

Stimulsoft Reports.NET discussion
Post Reply
AlexanderDahl
Posts: 7
Joined: Wed Dec 20, 2023 1:37 pm

Multiple line charts and X values

Post by AlexanderDahl »

I have line and range charts with multiple lines defined. In my data, these lines start at different X axis values.
I would like the lines to simply start at the first X axis value for that line, but I have not found a way to accomplish that. Instead, I have had to backfill each dataset with zeros so they start at the same X value, and have the same list of X values in my argument data (though they can end at different points without issue, it's just the start that is hard to accomplish).
How do I do this without having to backfill my dataset?
Lech Kulikowski
Posts: 6291
Joined: Tue Mar 20, 2018 5:34 am

Re: Multiple line charts and X values

Post by Lech Kulikowski »

Hello,

Please try to use the Range property.

Thank you.
AlexanderDahl
Posts: 7
Joined: Wed Dec 20, 2023 1:37 pm

Re: Multiple line charts and X values

Post by AlexanderDahl »

The only Range property I find is for the entire graph.
Is there a range property for separate series in a graph?
Lech Kulikowski
Posts: 6291
Joined: Tue Mar 20, 2018 5:34 am

Re: Multiple line charts and X values

Post by Lech Kulikowski »

Hello,

Unfortunately, no.

Thank you.
AlexanderDahl
Posts: 7
Joined: Wed Dec 20, 2023 1:37 pm

Re: Multiple line charts and X values

Post by AlexanderDahl »

So that means there is no way to do what I want (get different series to start at different x values) without having to backfill with zeros?
Lech Kulikowski
Posts: 6291
Joined: Tue Mar 20, 2018 5:34 am

Re: Multiple line charts and X values

Post by Lech Kulikowski »

Hello,

Yes, you are right.

Thank you.
Post Reply