Visualizators > Visualizators Assembly Interfaces > IVZMapChartArrow
Assembly: Visualizators;
The IVZMapChartArrow interface is used to work with a map arrow.
IVZMapChartArrow
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 map arrow, use IVZMapChartArrows.Item.
To add an arrow to map, use IVZMapChartArrows.Add.
Property name | Brief description | |
![]() |
ArrowId | The ArrowId property determines identifier of map arrow. |
![]() |
ArrowStyle | The ArrowStyle property determines an object for working with map arrow style. |
![]() |
EndShapeId | The EndShapeId property determines identifier of the territory, to which arrow comes in. |
![]() |
StartShapeId | The StartShapeId property determine identifier of the territory, from which arrow goes. |
Property name | Brief description | |
![]() |
MapChart | The MapChart property returns the object that contains express report map display parameters. |
![]() |
Visible | The Visible property determines whether an object is displayed on a map. |
See also: