Hi all.
I have a chart that will have up to 60 entries. The chart will update automatically whenever a new entry is made. I accomplished this task 2 ways, by using the OFFSET function and also setting up my data in a table. The chart works great, but my x-axis scales up to 60, because that is my data range. Because of this, my lines look really tiny for the first few entries.
What I want to accomplish is set my x-axis to say, 5, then when the 6th entry is made, the x-axis will automatically stretch to 10. When the 11th entry is made, the x-axis will stretch to 15, and so on and so forth. Is this possible? I've tried manually adjusting the axis length but it won't change automatically and I'm wondering if there's a way to do that. Thanks
I have a chart that will have up to 60 entries. The chart will update automatically whenever a new entry is made. I accomplished this task 2 ways, by using the OFFSET function and also setting up my data in a table. The chart works great, but my x-axis scales up to 60, because that is my data range. Because of this, my lines look really tiny for the first few entries.
What I want to accomplish is set my x-axis to say, 5, then when the 6th entry is made, the x-axis will automatically stretch to 10. When the 11th entry is made, the x-axis will stretch to 15, and so on and so forth. Is this possible? I've tried manually adjusting the axis length but it won't change automatically and I'm wondering if there's a way to do that. Thanks