Exposes properties which control the appearance and behavior of a geographic map chart.
Constructors
Section titled "Constructors"GeographicMapSettings
new GeographicMapSettings(cultureLanguage: string, cultureRegion: string, attribution: string, projection: GeographicMapProjection, area: GeographicMappingArea, labels: GeographicMapLabels, colors: GeographicMapColors): GeographicMapSettings Returns GeographicMapSettings
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"Returns the mapping area for this instance.
get area(): GeographicMappingArea | null
Returns GeographicMappingArea | null
set area(a: GeographicMappingArea | null): void Parameters
- a:
GeographicMappingArea | null
Returns void
attribution
Section titled "attribution"Returns the attribution for this instance.
get attribution(): string
Returns string
set attribution(a: string): void Parameters
- a:
string
Returns void
colors
Section titled "colors"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
cultureLanguage
Section titled "cultureLanguage"Returns the culture language for this instance.
get cultureLanguage(): string
Returns string
set cultureLanguage(a: string): void Parameters
- a:
string
Returns void
cultureRegion
Section titled "cultureRegion"Returns the culture region for this instance.
get cultureRegion(): string
Returns string
set cultureRegion(a: string): void Parameters
- a:
string
Returns void
labels
Section titled "labels"Returns a value indicating the manner in which map area labels are displayed.
get labels(): GeographicMapLabels
Returns GeographicMapLabels
projection
Section titled "projection"Returns the map projection for this instance.
get projection(): GeographicMapProjection | null
Returns GeographicMapProjection | null
set projection(a: GeographicMapProjection | null): void Parameters
- a:
GeographicMapProjection | null
Returns void