IVZMapChartMarkerVisual.LongitudeMapping

Syntax

LongitudeMapping: IVZDataSourceMapping;

Description

The LongitudeMapping property returns an object for setting up of data mapping to longitude of map geolocation marker.

Comments

To get settings of data mapping to latitude of map geolocation marker, use IVZMapChartMarkerVisual.LatitudeMapping.

To get settings of data mapping to color of map geolocation marker, use IVZMapChartMarkerVisual.BackgroundMapping.

Example

The property use is given in the example for IVZMapChartMarker.MarkerVisual.

See also:

IVZMapChartMarkerVisual