Click or drag to resize

ChartTextArea IsResizeShapeToFitText Property

Gets or sets a value indicating whether the shape should be resized to fit the text.

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

Return Value

Type: Boolean
A boolean value. True if the shape is resized to fit the text, otherwise false.

Implements

IChartDataLabels IsResizeShapeToFitText
See Also