IsResizable: Boolean;
The IsResizable property determines whether column width can be changed using the mouse.
Use JSON or the setIsResizable method to set the property value and the getIsResizable method to get the property value.
Available values:
true. The column width can be changed using the mouse.
false. Default value. The column width cannot be changed using the mouse.
The property use is given in the example for RatingChart.GraphColumn.
See also: