ArrowEffectsMode: MapChartArrowEffectsMode;
ArrowEffectsMode: Prognoz.Platform.Interop.Visualizators.MapChartArrowEffectsMode;
The ArrowEffectsMode property determines map arrow highlighting mode.
If the property is set to the value:
MapChartArrowEffectsMode.StartShape, arrows moving from the area are highlighted on the mouse over.
MapChartArrowEffectsMode.EndShape, arrows moving to the area are highlighted on the mouse over.
The property use is given in the example for IVZMapChartPie.UseInvertedAngles.
See also: