Assembly: Visualizators;
The IVZMapChart interface is used to work with a map.
IVZMapChart
To get an object of this type, use the IEaxMapChart.MapChart property.
Property name | Brief description | |
ArrowEffectsMode | The ArrowEffectsMode property determines map arrow highlighting mode. | |
Arrows | The Arrows property returns collection of map arrows. | |
Markers | The Markers property determines collection of map geolocation markers. | |
UnhoverTimeout | The UnhoverTimeout property determines duration of selected area animation. | |
UseZoomOnWheel | The UseZoomOnWheel property determines whether a map will be zoomed with mouse wheel. |
Property name | Brief description | |
The DataMappingToLegendAssignment property determines bubble tree data binding to legend. | ||
The HoverActiveEffects property determines effects applied to the hovered element. | ||
The HoverInactiveEffects property determines effects applied to the inactive elements, which are not hovered. | ||
The Index property determines level of the dimension, by which data is selected. | ||
The Legends property determines collection of visualizer legends. | ||
The SelectActiveEffects property determines effects applied to selected elements. | ||
The SelectInactiveEffects property determines effects applied to the inactive elements, which are not selected. | ||
The TimeScale determines visualizer timeline. | ||
The UseSelectOnRightClick property determines whether to select elements on the right mouse button click. |
Method name | Brief description | |
The LoadFromXml method loads XML parameters of visualizer: style and data. | ||
TheLoadStyleFromXml method loads XML parameters of visualizer style. | ||
The SaveStyleToXml method saves parameters of visualizer style to XML file. | ||
The SaveToXml method saves visualizer parameters to XML file: style and data. |
See also: