popComponent

Image Properties for general information about Image components.

Specifies the name of an individual component or Container to display as a pop-up interface. When the user clicks the Image, the selected component is displayed at the location of the Image. Otherwise, the specified component is not visible in the Dashboard.

Type

String

Example

Image1.popComponent = "Gauge1";

Either syntax below can be used in component script:

popComponent           // unqualified
Image1.popComponent    // qualified

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