IChartDataLabels
IsResizeShapeToFitText Property
|
Gets or sets a value indicating whether the shape should automatically resize to fit the text within it.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsResizeShapeToFitText { get; set; }
Property IsResizeShapeToFitText As Boolean
Get
Set
property bool IsResizeShapeToFitText {
bool get ();
void set (bool value);
}
abstract IsResizeShapeToFitText : bool with get, set
Property Value
Type:
Boolean
See Also