New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public enum DataMember

Fields

Field from the datasource will be interpreted as hotspot.

C#
Hotspot = 0

Field from the datasource will be interpreted as hotspot's element name.

C#
HotspotElementName = 1

Field from the datasource will be interpreted as hotspot's X value.

C#
HotspotX = 2

Field from the datasource will be interpreted as hotspot's X unit.

C#
HotspotXUnit = 3

Field from the datasource will be interpreted as hotspot's Y value.

C#
HotspotY = 4

Field from the datasource will be interpreted as hotspot's Y unit.

C#
HotspotYUnit = 5

Field from the datasource will be interpreted as location's latitude.

C#
Latitude = 7

Field from the datasource will be interpreted as geographic location.

C#
Location = 6

Field from the datasource will be interpreted as location's longitude.

C#
Longitude = 8

Field from the datasource will be interpreted as maximal scale.

C#
MaxScale = 9

Field from the datasource will be interpreted as minimal scale.

C#
MinScale = 10

Field from the datasource will be interpreted as base zoom level (MapLayer.BaseZoomLevel).

C#
ZoomLevel = 11

Field from the datasource will be interpreted as zoom range.

C#
ZoomRange = 12

Field from the datasource will be interpreted as zoom range end value.

C#
ZoomRangeMax = 14

Field from the datasource will be interpreted as zoom range start value.

C#
ZoomRangeMin = 13