MapChart Item

The MapChart item describes the map settings. Root item of a map.

The MapChart item is the instance of the MapChart class.

It includes the following items:

MapChart Item Attributes

Attribute name Type Description
Topobase String Address of the SVG file that contains the topobase.
Scale Double Scale.
Background Brush

ID of a brush described in the item dictionary, or full description of the brush. With a full description of the brush, it can be used as an item. The identifier must be used in curved brackets: Background: ”{identifier}”

TopobaseHorizontalAlignment HorizontalAlignment

Horizontal map alignment. Available values:

  • Left: To the left edge.

  • Center: To the center.

  • Right: To the right edge.

  • Custom: Custom settings.

TopobaseVerticalAlignment VerticalAlignment

Vertical map alignment. Available values:

  • Top: To the top edge;

  • Center: To the center.

  • Bottom: To the bottom edge;

  • Custom: Custom settings.

Type PP.MapChartType

Map rendering technology. Available values:

  • SVG;

  • Google;

  • OpenStreetMap;

  • Yandex;

  • Bing;

  • ArcGis;

  • Silverlight.

Example of the MapChart Item Setup

See also:

MapChart