IVZBarsArray

Assembly: Visualizators;

Description

The IVZBarsArray interface is used to work with array of bar indicators on the map layer.

Inheritance Hierarchy

          IVZBarsArray

Comments

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.

Properties

  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.

Methods

  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:

Visualizators Assembly Interfaces