Chart y-scale

NGUSER

New Member
Joined
Jul 10, 2007
Messages
13
I have a worksheet with many line graphs and it seems like sometimes the graphs automatically adjust the y-scale minimum to zero when they shouldn't which causes the lines to get very scrunched together. Could there be something I could change with the graph settings so that it doesn't do that? The graph's data constantly changes so I can't have a pre-set minimum. I wrote code for updating the y-scale minimum whenever the data is changed, but now I can't undo.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
That webpage describes so far what I did - I added code to the Worksheet_Change event and updated the y-axis scale based on the new minimum I found in the data range. However, because code is run when data changes, I can't undo anymore. Is there any way I can get these charts to update automatically and be able to undo?
 
Upvote 0

Forum statistics

Threads
1,214,789
Messages
6,121,605
Members
449,038
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top