panY

The number of pixels by which to pan a Map Chart in the vertical direction. Positive values shift the map down, while negative values shift the map up.

Setting the panY value causes the map’s default UI pan controls to be hidden.

Type

Integer

Example

Chart1.panY = -15;

panY

Either syntax below can be used in component script:

panY          // unqualified
Chart1.panY   // qualified

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