RadControls for WPF

This enumeration represents the options to map to in the context of a mapping value when binding fields from a datasource.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.40

Syntax

C#
public enum DataMember
Visual Basic
Public Enumeration DataMember

Members

Member nameValueDescription
Hotspot0 Field from the datasource will be interpreted as hotspot.
HotspotElementName1 Field from the datasource will be interpreted as hotspot's element name.
HotspotX2 Field from the datasource will be interpreted as hotspot's X value.
HotspotXUnit3 Field from the datasource will be interpreted as hotspot's X unit.
HotspotY4 Field from the datasource will be interpreted as hotspot's Y value.
HotspotYUnit5 Field from the datasource will be interpreted as hotspot's Y unit.
Location6 Field from the datasource will be interpreted as geographic location.
Latitude7 Field from the datasource will be interpreted as location's latitude.
Longitude8 Field from the datasource will be interpreted as location's longitude.
MaxScale9 Field from the datasource will be interpreted as maximal scale.
MinScale10 Field from the datasource will be interpreted as minimal scale.
ZoomLevel11 Field from the datasource will be interpreted as base zoom level (MapLayer.BaseZoomLevel).
ZoomRange12 Field from the datasource will be interpreted as zoom range.
ZoomRangeMin13 Field from the datasource will be interpreted as zoom range start value.
ZoomRangeMax14 Field from the datasource will be interpreted as zoom range end value.

See Also