ITextShape.AutoSize
ITextShape
property AutoSize: WordBool;
Type Library
TeeChartx
Description
Default is True.
When True, the text shape rectangle Width and Height size values will be automatically calculated to fit the size of the current Text string contents, using the shape Font size and attributes.
When False, the shape Width and Height values defined by the developer will be used instead.
See also: ClipText, Text and TextAlignment properties.