MoveActiveToEnd: Boolean;
The MoveActiveToEnd property determines whether active value column is moved to the end.
Use JSON or the setMoveActiveToEnd method to set the property value and the getMoveActiveToEnd method to get the property value.
Available values:
true. Active value column will be always automatically moved to the end.
false. Default value. Value column layout will not be changed regardless of the active column.
To determine active value column, use the RatingChart.ActiveColumn property.
The example of property use is given on the Example of Creating the RatingChart Component page.
See also: