Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The VZMapChartArrows class implements an object used to work with collection of map arrows.
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.
Class to get analog of the VZMapChartArrows class:
None;
Class to get analog of the VZMapChartArrows class object:
VZMapChartArrowsClass;
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: