XlsChartDataLabels
IsResizeShapeToFitText Property
|
Gets or sets a value indicating whether the shape should automatically resize to fit the text it contains.
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 IsResizeShapeToFitText { get; set; }
Public Property IsResizeShapeToFitText As Boolean
Get
Set
public:
virtual property bool IsResizeShapeToFitText {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsResizeShapeToFitText : bool with get, set
override IsResizeShapeToFitText : bool with get, set
Property Value
Type:
Boolean
Implements
IChartDataLabels
IsResizeShapeToFitText
See Also