Disable Text Wrapping for Data Labels of the Chart
Contents
[
Hide
]
Microsoft Excel 2013 allows users to wrap or unwrap text inside the Data Labels of the Chart. By default, the text inside the Data Labels of the Chart is in the wrapped state.
Aspose.Cells for Python via .NET provides a DataLabels.is_text_wrapped property which you can set True or False to Enable or Disable Text Wrapping of Data Labels respectively.
The below code sample shows how to disable text wrapping for the data labels of the chart.