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.
Example
Chart1.flyOnClick = true;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |