Assembly: Visualizators;
The VZMapChartArrows class implements an object that is used to work with the collection of map arrows.
Arrow is a map object bound 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.
| 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. |
| 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: