Enum
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:

cs-api-definition
public enum DataMember

Fields

Hotspot

Field from the datasource will be interpreted as hotspot.

Declaration

cs-api-definition
Hotspot = 0

Field Value

DataMember

HotspotElementName

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

Declaration

cs-api-definition
HotspotElementName = 1

Field Value

DataMember

HotspotX

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

Declaration

cs-api-definition
HotspotX = 2

Field Value

DataMember

HotspotXUnit

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

Declaration

cs-api-definition
HotspotXUnit = 3

Field Value

DataMember

HotspotY

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

Declaration

cs-api-definition
HotspotY = 4

Field Value

DataMember

HotspotYUnit

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

Declaration

cs-api-definition
HotspotYUnit = 5

Field Value

DataMember

Latitude

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

Declaration

cs-api-definition
Latitude = 7

Field Value

DataMember

Location

Field from the datasource will be interpreted as geographic location.

Declaration

cs-api-definition
Location = 6

Field Value

DataMember

Longitude

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

Declaration

cs-api-definition
Longitude = 8

Field Value

DataMember

MaxScale

Field from the datasource will be interpreted as maximal scale.

Declaration

cs-api-definition
MaxScale = 9

Field Value

DataMember

MinScale

Field from the datasource will be interpreted as minimal scale.

Declaration

cs-api-definition
MinScale = 10

Field Value

DataMember

ZoomLevel

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

Declaration

cs-api-definition
ZoomLevel = 11

Field Value

DataMember

ZoomRange

Field from the datasource will be interpreted as zoom range.

Declaration

cs-api-definition
ZoomRange = 12

Field Value

DataMember

ZoomRangeMax

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

Declaration

cs-api-definition
ZoomRangeMax = 14

Field Value

DataMember

ZoomRangeMin

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

Declaration

cs-api-definition
ZoomRangeMin = 13

Field Value

DataMember