Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > DataVisualizer > DataVisualizer.ItemSelection

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 False if it is not.

Example

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

See also:

DataVisualizer