Page 1 of 1

Multiple line charts and X values

Posted: Wed Dec 20, 2023 1:48 pm
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?

Re: Multiple line charts and X values

Posted: Thu Dec 21, 2023 10:45 am
by Lech Kulikowski
Hello,

Please try to use the Range property.

Thank you.

Re: Multiple line charts and X values

Posted: Thu Jan 18, 2024 1:57 pm
by AlexanderDahl
The only Range property I find is for the entire graph.
Is there a range property for separate series in a graph?

Re: Multiple line charts and X values

Posted: Thu Jan 18, 2024 5:09 pm
by Lech Kulikowski
Hello,

Unfortunately, no.

Thank you.

Re: Multiple line charts and X values

Posted: Fri Jan 19, 2024 7:20 am
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?

Re: Multiple line charts and X values

Posted: Mon Jan 22, 2024 7:19 pm
by Lech Kulikowski
Hello,

Yes, you are right.

Thank you.