AreDataColumnsResizable: Boolean;
The AreDataColumnsResizable property determines whether value column width can be changed using the mouse.
Use JSON or the setAreDataColumnsResizable method to set the property value, and the getAreDataColumnsResizable method to get the property value.
Available values:
true. Values columns width can be changed using mouse.
false. Default value. Values columns width cannot be changed using mouse.
The example of property use is given on the Example of Creating the RatingChart Component page.
See also: