Exposes properties related to series coloring for a geographic map chart.

GeographicMapColors

new GeographicMapColors(seriesColor: GeographicMapSeriesColor, minimum: WorkbookColorInfo, midpoint: WorkbookColorInfo, maximum: WorkbookColorInfo): GeographicMapColors

Returns GeographicMapColors

Returns the color used for the maximum value.

get maximum(): WorkbookColorInfo

Returns WorkbookColorInfo

set maximum(a: WorkbookColorInfo): void

Parameters

Returns void

Returns the color used for the midpoint value.

get midpoint(): WorkbookColorInfo

Returns WorkbookColorInfo

set midpoint(a: WorkbookColorInfo): void

Parameters

Returns void

Returns the color used for the minimum value.

get minimum(): WorkbookColorInfo

Returns WorkbookColorInfo

set minimum(a: WorkbookColorInfo): void

Parameters

Returns void

Returns a value indicating whether a sequential (two-color) or divergent (three-color) scheme is used to color regions in a geographic map chart.

get seriesColor(): GeographicMapSeriesColor

Returns GeographicMapSeriesColor

set seriesColor(a: GeographicMapSeriesColor): void

Parameters

Returns void