Click or drag to resize

XlsChartDataLabels IsTextWrapped Property

Gets or sets a value indicating whether the text within the labels should be wrapped.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsTextWrapped { get; set; }

Property Value

Type: Boolean

Implements

IChartDataLabels IsTextWrapped
See Also