TopobaseHorizontalAlignment: PP.HorizontalAlignment
The TopobaseHorizontalAlignment property sets type of horizontal alignment.
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.setTopobaseHorizontalAlignment("Left");
After executing the example, the map is positioned at the left side of the page.
See also: