RatingChartColumn.IsResizable

Syntax

IsResizable: Boolean;

Description

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

Comments

Use JSON or the setIsResizable method to set the property value and the getIsResizable method to get the property value.

Available values:

Example

The property use is given in the example for RatingChart.GraphColumn.

See also:

RatingChartColumn