Skip to content

Commit 93e7805

Browse files
authored
Merge pull request #1812 from syncfusion-content/988303-ChartAxisFAQ
988303-FAQ on XlsIO auto-adjust chart axis minimum and maximum values
2 parents f5b86bf + ca33c70 commit 93e7805

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Chart axis auto-adjust in XlsIO | Syncfusion
3+
description: This page explains whether Syncfusion XlsIO supports auto adjustment of chart axis values using Syncfusion .NET Excel library (XlsIO).
4+
platform: document-processing
5+
control: XlsIO
6+
documentation: UG
7+
---
8+
9+
# Does XlsIO auto-adjust chart axis minimum and maximum values?
10+
11+
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.
12+
13+
For details on setting chart axis minimum and maximum values in XlsIO, see the <a href="https://help.syncfusion.com/document-processing/excel/excel-library/net/charts/chart-axis#axis-settings">Chart Axis Settings</a>.

0 commit comments

Comments
 (0)