flyoverViews
| Chart Properties to set flyover in the ‘Chart Properties’ dialog box. |
Specifies an array of component names, representing the components to be filtered by chart flyover.
Example
Chart1.flyoverViews = ['TableView1','Gauge1'];
|
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. |