ExpandLastColumn: Boolean;
The ExpandLastColumn property determines whether the last column with text overlays the next column if there is no place.
Use JSON or the setExpandLastColumn method to set the property value and the getExpandLastColumn method to get the property value.
Available values:
true. The last column with the text will overlay the next column if there is no sufficient place.
false. Default value. The last column with the text will not overlay the next column if there is no sufficient place.
The property use is given in the example for RatingChart.Header.
See also: