IBubbleChart.UseSelectOnRightClick

Fore Syntax

UseSelectOnRightClick: Boolean;

Fore.NET Syntax

UseSelectOnRightClick: Boolean;

Description

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

Comments

If the property is set to True, this bubble chart element is selected on the right mouse click on it. In this case the previous elements are deselected. If the empty bubble chart area is right-clicked, all elements are deselected.

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

See also:

IBubbleChart