diff --git a/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-prevent-unwanted-chart-data-labels-in-xlsio.md b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-prevent-unwanted-chart-data-labels-in-xlsio.md new file mode 100644 index 000000000..3354c93d4 --- /dev/null +++ b/Document-Processing/Excel/Excel-Library/NET/faqs/how-to-prevent-unwanted-chart-data-labels-in-xlsio.md @@ -0,0 +1,13 @@ +--- +title: How to prevent unwanted chart data labels in XlsIO? | Syncfusion +description: This page explains how to prevent unwanted chart data labels when resaving Excel documents using Syncfusion .NET Excel library (XlsIO). +platform: document-processing +control: XlsIO +documentation: UG +--- + +# How to prevent unwanted chart data labels in XlsIO? + +When resaving Excel documents using Syncfusion XlsIO, you may notice additional or unwanted chart data label options appearing in the output file. This issue occurs because XlsIO processes chart data labels based on the default workbook version, which is set to **Excel 2007**. + +To prevent this behavior, set the workbook version to **Xlsx** `application.DefaultVersion = ExcelVersion.Xlsx;`, which ensures that chart elements are serialized correctly and aligns with newer Excel standards. \ No newline at end of file