VZMapChartArrows

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The VZMapChartArrows class implements an object used to work with collection of map arrows.

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.

Fore.NET syntax

Class to get analog of the VZMapChartArrows class:

None;

Class to get analog of the VZMapChartArrows class object:

VZMapChartArrowsClass;

Class object properties inherited from IVZMapChartArrows

  Property name Brief description
The Count property returns the number of arrows in a collection.
The Item property returns arrow by its index.

Class object methods inherited from IVZMapChartArrows

  Method name Brief description
The Add method adds an arrow to the collection.
The Clear method clears collection of map arrows.
The InsertAt method inserts the specified arrow to the specified collection position.
The Remove method removes arrow from the collection by its index.

See also:

Visualizators Assembly Classes