Chart Minimum Y Axis Value
pinbot
Texas
Is there a way to specify a y-axis minimum value, or at least have it use something better than 0?
My values extend from about 80 to 93 and the variance does not show up because the y-axis value starts at 0. I'd like to narrow the range.
Picture attached.
My values extend from about 80 to 93 and the variance does not show up because the y-axis value starts at 0. I'd like to narrow the range.
Picture attached.
Comments
- select ChartObject;
- in the Properties window, expand the "Chart" property;
- invoke the "ChartAreas" property editor;
- locate the "Axes" property and invoke its editor;
- select axis that you need to change and set its "Minimum" and "Maximum" properties;
- close all editors and move a chart a little. This is required to set "modified" flag in designer, because property editors do not raise "changed" event.