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.
|
Example
Chart1.panY = -15;

|
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. |