TopobaseVerticalAlignment: PP.VerticalAlignment
The TopobaseVerticalAlignment property sets vertical alignment type.
Default property value is Center.
To execute the example the HTML page must contain the MapChart component named map (see Example of Creating the MapChart Component), XML file containing map settings, and the topobase Russia.svg.
map.setTopobaseVerticalAlignment("Bottom");
After executing the example, the map is positioned at the bottom of the page.
See also: