Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZBubblesArray interface is used to work with array of bubble factors on the map layer.
IVZBubblesArray
To get array of bubble factors on the map layer, use IVZMapChartLayer.Bubbles.
Bubble factor enables the user to display additional information about territories, for example, correlation of factor values.
To enable this type of factors, use the registry setting: HKEY_CURRENT_USER\Software\Foresight\Prognoz\9.0\Visualizers\MapChart\EnableBubbleIndicator =1. If the MapChart end section and the DWORD (32 bit) parameter EnableBubbleIndicator =1 are missing in the registry, create them manually.
Working with bubble factors is made similarly to pie factors.
Example of map with bubble factors:
Property name | Brief description | |
The Count property returns the number of bubble factors in the collection on the map layer. | ||
The Item property returns bubble factor by its index. |
Method name | Brief description | |
The Add method adds the specified bubble factor to collection on the map layer. | ||
The Clear method clears collection of bubble factors on the map layer. | ||
The InsertAt method inserts the specified bubble factor to the specified position in the collection. | ||
The Remove method removes bubble factor from the collection by its index. |
See also: