Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZMapChartArrows interface is used to work with collection of map arrows.
IVZMapChartArrows
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.
| Property name | Brief description | |
| The Count property returns the number of arrows in a collection. | ||
| The Item property returns arrow by its index. |
| 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: