DataVisualizer.ItemSelection

Syntax

ItemSelection: Boolean;

Description

The ItemSelection property determines item selection.

Comments

Use JSON or the setItemSelection(elem_id, isActive) method to set the property value and the getItemSelection(elem_id) method to get the property value, where the elem_id is an identifier of item or item object, the isActive is selection attribute.

The property is set to True if the item is selected and the False if it is not.

Example

The property use is given in description of the DataVisualizer.EnableSelection property.

See also:

DataVisualizer