IVZMapChartPie

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

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

Inheritance Hierarchy

IVZMapChartBaseObject

IVZMapChartVisualElement

IVZMapChartPie

Comments

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

  1. Get map layer by means of the IVZMapChartLayers.Item property.

  2. Get array of pie charts using the IVZMapChartLayer.Pies property.

  3. Get pie chart using the IVZPiesArray.Item property.

Properties

  Property name Brief description
LeastAnglePart The LeastAnglePart property determines a least angle of pie chart radius on a map.
LeastRadiusPart The LeastRadiusPart property determines the least value of the pie chart radius on a map.
UseInvertedAngles The UseInvertedAngles property determines whether pie chart sectors are displayed reversely.

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