From 6e439672a18efd63c44b7b5b03e0ced947cdfa2f Mon Sep 17 00:00:00 2001 From: VinothSF5015 Date: Tue, 9 Jun 2026 16:28:05 +0530 Subject: [PATCH] Content Added --- ...o-prevent-unwanted-chart-data-labels-in-xlsio.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Document-Processing/Excel/Excel-Library/NET/faqs/how-to-prevent-unwanted-chart-data-labels-in-xlsio.md 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