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; }
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
Return Value
Type:
Boolean
A boolean value. True if the shape is resized to fit the text, otherwise false.
Implements
IChartDataLabels
IsResizeShapeToFitText
See Also