IIgrGeographicMapProps

Optional actualWindowScale

Section titled "actualWindowScale"

A number between 0 and 1 determining the scale of the horizontal/vertical zoom. This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.

actualWindowScale?: string | number

Optional actualWorldRect

Section titled "actualWorldRect"

Gets the actual value of the WorldRect.

actualWorldRect?: any

Optional backgroundContent

Section titled "backgroundContent"

The GeographicMapImagery to display behind all series, inside the viewport of the GeographicMapComponent control.

backgroundContent?: any

Optional backgroundTilingMode

Section titled "backgroundTilingMode"

Gets or sets if the map should horizontally wrap.

backgroundTilingMode?: string | MapBackgroundTilingMode

Optional dataSource

Section titled "dataSource"

Gets or sets the data for the chart to use. This can be overriden at the series and axis level.

dataSource?: any[]
height?: string

Optional imageTilesReady

Section titled "imageTilesReady"

This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.

imageTilesReady?: object

Optional isHorizontalWrappingEnabled

Section titled "isHorizontalWrappingEnabled"

Gets or sets if the map should horizontally wrap.

isHorizontalWrappingEnabled?: string | boolean

Gets or sets the legend used for the current chart.

legend?: any[]

Optional resizeBehavior

Section titled "resizeBehavior"

Gets or sets the behavior to use during resize.

resizeBehavior?: string | MapResizeBehavior

Optional suppressZoomResetOnWorldRectChange

Section titled "suppressZoomResetOnWorldRectChange"

Gets or sets whether skip resetting the zoom when the world rect changes.

suppressZoomResetOnWorldRectChange?: string | boolean

Optional useWorldRectForZoomBounds

Section titled "useWorldRectForZoomBounds"

Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.

useWorldRectForZoomBounds?: string | boolean
width?: string

Optional windowScale

Section titled "windowScale"

A number between 0 and 1 determining the scale of the horizontal/vertical zoom. This property is effectively a shortcut to the Width/Height of the WindowRect property.

windowScale?: string | number

Optional worldRect

Section titled "worldRect"

Gets or sets the world bounding rectangle.

worldRect?: any

The X-axis for this GeographicMap.Component Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.

xAxis?: IgrNumericXAxis

The Y-axis for this GeographicMap.Component Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.

yAxis?: IgrNumericYAxis

Optional zoomable

Section titled "zoomable"

Gets or sets zoomability of the current control

zoomable?: string | boolean