PieOriginOffset Attribute

The PieOriginOffset attribute indicates a point where pie factors start. Shape coordinates are specified as a percentage of the rectangular area that restricts the shape. Coordinates count starts from the bottom left corner of the area.

On converting into TBS format, values of this attribute are assigned as values of the PieOriginOffset parameter for map elements. If the PieOriginOffset attribute is not set, the following default value is set for the parameters: point 0.5,0.5.

Syntax

<fs:Attribute Name="PieOriginOffset" Type="point">

    <fs:Data Id="RU-MOS" Value="0.3,0.3" />

    ...

</fs:Attribute>

Comments

If a single metric is set in the topobase, and the attribute is set for layer offsets:

<fs:Attribute Name="PieOriginOffset" Type="point">

, offsets are applied. If more than one metric is set, use the IVZMapChartLayer.PlaceVisualsOneByOne or MapLayer.PlaceVisualsOneByOne properties to set layer offsets.

See also:

<fs:Attributes> Element