webMap

Sets a Map Chart to use a web map background. (If the setting does not affect the chart, ask your administrator to enable the Web Map feature in Enterprise Manager.)

Type

Boolean

Examples

Chart1.webMap = true;

webMap

Either syntax below can be used in component script:

webMap          // unqualified
Chart1.webMap   // qualified

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