Chart Axis Auto Adjustment in .NET Excel Library
16 Aug 20261 minute to read
No. In Microsoft Excel, if the axis maximum value is lower than the minimum value, Excel automatically adjusts the minimum value (for example, a minimum of 1.25 and maximum of 0 may yield a minimum like -10). XlsIO does not support this auto adjustment of chart axis values. When configuring chart axes, ensure that the maximum value is greater than the minimum value.
For details on setting chart axis minimum and maximum values in XlsIO, see the Chart Axis Settings.