MapChart.TopobaseVerticalAlignment

Syntax

TopobaseVerticalAlignment: PP.VerticalAlignment

Description

The TopobaseVerticalAlignment property sets vertical alignment type.

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.setTopobaseVerticalAlignment("Bottom");

After executing the example, the map is positioned at the bottom of the page.

See also:

MapChart