IVZBarsArray

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

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

Inheritance Hierarchy

          IVZBarsArray

Comments

Bar factor enables the user to display additional information about territories, for example, correlation of factor values.

To get the array of on the map layer, use IVZMapChartLayer.Bars.

Properties

  Property name Brief description
The Count property returns the number of in the collection on the map layer.
The Item property returns bar factor by its index.

Methods

  Method name Brief description
The Add method adds the specified bar factor to collection on map layer.
The Clear method clears collection of bar factors on the map layer.
The InsertAt method inserts the specified bar factor to the specified position in the collection.
The Remove method removes bar factor from the collection by its index.

See also:

Visualizators Assembly Interfaces