Enum DataMember
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.dll
Syntax
public enum DataMember
Hotspot
Field from the datasource will be interpreted as hotspot.
HotspotElementName
Field from the datasource will be interpreted as hotspot's element name.
HotspotX
Field from the datasource will be interpreted as hotspot's X value.
HotspotXUnit
Field from the datasource will be interpreted as hotspot's X unit.
HotspotY
Field from the datasource will be interpreted as hotspot's Y value.
HotspotYUnit
Field from the datasource will be interpreted as hotspot's Y unit.
Latitude
Field from the datasource will be interpreted as location's latitude.
Location
Field from the datasource will be interpreted as geographic location.
Longitude
Field from the datasource will be interpreted as location's longitude.
MaxScale
Field from the datasource will be interpreted as maximal scale.
MinScale
Field from the datasource will be interpreted as minimal scale.
ZoomLevel
Field from the datasource will be interpreted as base zoom level (MapLayer.BaseZoomLevel).
ZoomRange
Field from the datasource will be interpreted as zoom range.
ZoomRangeMax
Field from the datasource will be interpreted as zoom range end value.
ZoomRangeMin
Field from the datasource will be interpreted as zoom range start value.