RatingChart.AreDataColumnsResizable

Syntax

AreDataColumnsResizable: Boolean;

Description

The AreDataColumnsResizable property determines whether value column width can be changed using the mouse.

Comments

Use JSON or the setAreDataColumnsResizable method to set the property value, and the getAreDataColumnsResizable method to get the property value.

Available values:

Example

The example of property use is given on the Example of Creating the RatingChart Component page.

See also:

RatingChart