panX
The number of pixels by which to pan a Map Chart in the horizontal direction. Positive values shift the map left, while negative values shift the map right.
Setting the panX value causes the map’s default UI pan controls to be hidden.
|
Example
Chart1.panX = -25;

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