flyOnClick

Chart Properties to set flyover in the ‘Chart Properties’ dialog box.

Specifies that components filtered by a chart flyover will be updated only when the user clicks on the chart.

Type

Boolean

true: update on mouse click
false: update on mouse hover (default)

Example

Chart1.flyOnClick = true;

Either syntax below can be used in component script:

flyOnClick         // unqualified
Chart1.flyOnClick  // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.