DataMember
This enumeration represents the options to map to in the context of a mapping value when binding fields from a datasource.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public enum DataMember
Fields
Field from the datasource will be interpreted as hotspot.
Hotspot = 0
Field from the datasource will be interpreted as hotspot's element name.
HotspotElementName = 1
Field from the datasource will be interpreted as hotspot's X value.
HotspotX = 2
Field from the datasource will be interpreted as hotspot's X unit.
HotspotXUnit = 3
Field from the datasource will be interpreted as hotspot's Y value.
HotspotY = 4
Field from the datasource will be interpreted as hotspot's Y unit.
HotspotYUnit = 5
Field from the datasource will be interpreted as location's latitude.
Latitude = 7
Field from the datasource will be interpreted as geographic location.
Location = 6
Field from the datasource will be interpreted as location's longitude.
Longitude = 8
Field from the datasource will be interpreted as maximal scale.
MaxScale = 9
Field from the datasource will be interpreted as minimal scale.
MinScale = 10
Field from the datasource will be interpreted as base zoom level (MapLayer.BaseZoomLevel).
ZoomLevel = 11
Field from the datasource will be interpreted as zoom range.
ZoomRange = 12
Field from the datasource will be interpreted as zoom range end value.
ZoomRangeMax = 14
Field from the datasource will be interpreted as zoom range start value.
ZoomRangeMin = 13