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