RatingChart.AllowMultipleSelection

Syntax

AllowMultipleSelection: Boolean;

Description

The AllowMultipleSelection property indicates whether several data series can be selected in rating chart.

Comments

Use JSON or the setAllowMultipleSelection method to set the property value, and the getAllowMultipleSelection method to get the property value.

If the property value is true (default), multiple selection in the rating chart is allowed, when this property is set to false, multiple selection is disabled.

Example

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

See also:

RatingChart