MapChart.TopobaseHorizontalAlignment

Syntax

TopobaseHorizontalAlignment: PP.HorizontalAlignment

Description

The TopobaseHorizontalAlignment property sets type of horizontal alignment.

Comments

Default property value is Center.

Example

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:

MapChart