UseSelectOnRightClick: Boolean;
The UseSelectOnRightClick property indicates whether right click selection is used in the chart.
Use JSON or the setUseSelectOnRightClick method to set the property value, and the getUseSelectOnRightClick method to get the property value.
Available values:
true. Right click selection is used in the chart (default).
false. Right click selection is not used in the chart.
The example of use is given on the page with description of the Chart.Rendered event.
See also: