Exposes properties which control the appearance and behavior of a geographic map chart.

GeographicMapSettings

new GeographicMapSettings(cultureLanguage: string, cultureRegion: string, attribution: string, projection: GeographicMapProjection, area: GeographicMappingArea, labels: GeographicMapLabels, colors: GeographicMapColors): GeographicMapSettings

Returns GeographicMapSettings

Returns the mapping area for this instance.

get area(): GeographicMappingArea | null

Returns GeographicMappingArea | null

set area(a: GeographicMappingArea | null): void

Parameters

Returns void

Returns the attribution for this instance.

get attribution(): string

Returns string

set attribution(a: string): void

Parameters

  • a: string

Returns void

Returns a [[GeographicMapColors]] instance which defines the minimum, midpoint, and maximum colors used for the applicable areas of a geographic map chart.

get colors(): GeographicMapColors

Returns GeographicMapColors

set colors(a: GeographicMapColors): void

Parameters

Returns void

Returns the culture language for this instance.

get cultureLanguage(): string

Returns string

set cultureLanguage(a: string): void

Parameters

  • a: string

Returns void

Returns the culture region for this instance.

get cultureRegion(): string

Returns string

set cultureRegion(a: string): void

Parameters

  • a: string

Returns void

Returns a value indicating the manner in which map area labels are displayed.

get labels(): GeographicMapLabels

Returns GeographicMapLabels

set labels(a: GeographicMapLabels): void

Parameters

Returns void

Returns the map projection for this instance.

get projection(): GeographicMapProjection | null

Returns GeographicMapProjection | null

set projection(a: GeographicMapProjection | null): void

Parameters

Returns void