IVZMapChartArrows

Assembly: Visualizators;

Description

The IVZMapChartArrows interface is used to work with collection of map arrows.

Inheritance Hierarchy

          IVZMapChartArrows

Comments

Arrow  is a map object linked to two territories: the one, from which arrow starts, and the one, to which arrow is directed. Arrows enable the user to visualize direction of movement of any streams between territories, for example: export or import of goods.

To get collection of map arrows, use IVZMapChart.Arrows.

Properties

  Property name Brief description
Count

The Count property returns the number of arrows in a collection.
Item

The Item property returns arrow by its index.

Methods

  Method name Brief description
Add

The Add method adds an arrow to the collection.
Clear

The Clear method clears collection of map arrows.
InsertAt

The InsertAt method inserts the specified arrow to the specified collection position.
Remove

The Remove method removes arrow from the collection by its index.

See also:

Visualizators Assembly Interfaces