MapPieVisual Item

The MapPieVisual item contains description of the pie factor of the map layer. Map factor is an instance of the MapPieVisual class.

Example of Pie Factor Setup

MapPieVisual Item Attributes

Attribute name Type Description
Name String Factor name.
Visibility Visibility

Object visibility. Available values:

  • Visible: The object is visible.

  • Collapsed: The object is not visible.

Background DataDependency

Identifier of the dependency object described in the items dictionary or a full description of the dependency object. It can be used as an item only for full description of dependency object. The identifier must be used in the curved brackets: Background: ”{identifier}”.

DataSource DataSource

URL or identifier of the data source. The source is used when no source is defined for dependency object.

BorderColor DataDependency

Identifier of the dependency object described in items dictionary or a full description of the dependency object. It can be used as an item only for full description of dependency object. The identifier must be placed in curved brackets:

BorderColor: ”{identifier}”

BorderThickness Double

Thickness of column border.

IsProportional Boolean

Flag that indicates whether pie charts have the same size. Available values:

  • True: Pie charts have the same size.

  • False: Pie charts have different sizes.

LeastRadiusPart Double

Radius of the smallest pie chart.

MaxPiesCount Number

Maximum number of sectors in a pie chart.

Radius DataDependency

Identifier of the dependency object described in items dictionary or a full description of the dependency object. It can be used as an item only for full description of dependency object. The identifier must be used in curved brackets: Radius: ”{identifier}”.

See also:

Visuals Items