IsRelativeWidth: Boolean;
The IsRelativeWidth property determines whether arrow head width and length depend on map arrow length.
Available values:
True. The specified values depend on map arrow length. Values of the IVZMapChartArrowStyle.PointerLength and IVZMapChartArrowStyle.PointerWidth properties are set in relative coordinates. Available values [0;1].
False. Default. The specified values do not depend on map arrow length. Values of the IVZMapChartArrowStyle.PointerLength and IVZMapChartArrowStyle.PointerWidth properties are set in pixels [0; 100].
The property use is given in the example for IVZMapChartArrows.Add.
See also: