SelectionEnable

This property defines the user's ability to select objects in a graph and the operations that can be performed when one or more objects are selected.

Syntax:

setSelectionEnable(value);
value = getSelectionEnable();

where:

value

Can be one of the following:

0 for no selection.

1 selects a single element, only one object is highlighted.

2 selects only data related objects (bar, legend) and select all related objects when clicking on one.

3 selects all related objects when one is clicked. 3 is the default value.

4 selects 50% data zooming on user-selected object.

5 selects drill-down/data zooming mode.

See SelectionEnableMove.


WebFOCUS