Assembly: Visualizators;
The IVZPiesArray interface is used to work with array of pie indicators on the map layer.
IVZPiesArray
Pie indicator enables the user to display additional information about territories, for example, correlation of indicator values.
To get an array of pie indicators on the map layer, use the IVZMapChartLayer.Pies property.
The example of displaying pie indicators on a map:
For details about displaying pie indicators on a map see the Showing Charts section.
Property name | Brief description | |
Count | The Count property returns the number of pie indicators in the collection on the map layer. | |
Item | The Item property returns pie indicator by its index. |
Method name | Brief description | |
Add | The Add method adds the specified pie indicator to the collection on the map layer. | |
Clear | The Clear method clears the collection of pie indicators on the map layer. | |
InsertAt | The InsertAt method inserts the specified pie indicator to the specified position in the collection. | |
Remove | The Remove method removes pie indicator from the collection by its index. |
See also: