IBubbleChart.UseSelectOnRightClick

Fore Syntax

UseSelectOnRightClick: Boolean;

Fore.NET Syntax

UseSelectOnRightClick: Boolean;

Description

The UseSelectOnRightClick property determines whether matrix elements can be selected on the right mouse click on them.

Comments

If the property is set to True, this matrix element is selected on the right mouse click on it. In this case the previous element selection is reset. If the right mouse click is done on the empty matrix area, all elements selection is reset.

If the property is set to False, the right mouse click does not perform any actions.

See also:

IBubbleChart