IVZMapChartMarkerVisual.BackgroundMapping

Syntax

BackgroundMapping: IVZDataSourceMapping;

Description

The BackgroundMapping property returns settings of data mapping to color 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 longitude of map geolocation marker, use IVZMapChartMarkerVisual.LongitudeMapping.

Example

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

See also:

IVZMapChartMarkerVisual