IVZMapChartPie

Assembly: Visualizators;

Description

The IVZMapChartPie interface is used to work with pie indicator on the map layer.

Inheritance Hierarchy

          IVZMapChartBaseObject

          IVZMapChartVisualElement

          IVZMapChartPie

Comments

To get objects of this type, it is required to:

  1. To get map layer using the IVZMapChartLayers.Item property.

  2. To get array of pie indicators using the IVZMapChartLayer.Pies property.

  3. To get pie indicator using the IVZPiesArray.Item property.

After executing the operations, the work with pie indicators on the map layer will be available.

Properties

  Property name Brief description
BorderThickness The BorderThickness property determines width of borders of pie indicator on the map.
LeastAnglePart The LeastAnglePart property determines a least angle of pie indicator on the map.
LeastRadiusPart The LeastRadiusPart property determines the least value of the pie indicator on the map.
MaxPiesCount The MaxPiesCount property determines the maximum number of displayed sectors of pie indicator on the map.
StartAngle The StartAngle property determines an angle of rotation of pie indicator counter-clockwise on the map.
UseInvertedAngles The UseInvertedAngles property determines whether sectors of pie indicator are displayed reversely on the map.

Properties inherited from IVZMapChartVisualElement

  Property name Brief description
ToolTipStyle The ToolTipStyle property determines tooltip style of map visualizer.

Properties inherited from IVZMapChartBaseObject

  Property name Brief description
MapChart The MapChart property returns an object that contains express report map display parameters.
Visible The Visible property determines whether an object is displayed on a map.

See also:

Visualizators Assembly Interfaces