Chart.UseSelectOnRightClick

Syntax

UseSelectOnRightClick: Boolean;

Description

The UseSelectOnRightClick property indicates whether right click selection is used in the chart.

Comments

Use JSON or the setUseSelectOnRightClick method to set the property value, and the getUseSelectOnRightClick method to get the property value.

Available values:

Example

The example of use is given on the page with description of the Chart.Rendered event.

See also:

Chart