Assembly: Visualizators;
The IVZMapChartPie interface is used to work with pie indicator on the map layer.
IVZMapChartPie
To get objects of this type, it is required to:
To get map layer using the IVZMapChartLayers.Item property.
To get array of pie indicators using the IVZMapChartLayer.Pies property.
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.
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. |
Property name | Brief description | |
ToolTipStyle | The ToolTipStyle property determines tooltip style of map visualizer. |
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: