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