RatingChart.MoveActiveToEnd

Syntax

MoveActiveToEnd: Boolean;

Description

The MoveActiveToEnd property determines whether active value column is moved to the end.

Comments

Use JSON or the setMoveActiveToEnd method to set the property value and the getMoveActiveToEnd method to get the property value.

Available values:

To determine active value column, use the RatingChart.ActiveColumn property.

Example

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

See also:

RatingChart