Exposes properties related to series coloring for a geographic map chart.
Constructors
Section titled "Constructors"GeographicMapColors
new GeographicMapColors(seriesColor: GeographicMapSeriesColor, minimum: WorkbookColorInfo, midpoint: WorkbookColorInfo, maximum: WorkbookColorInfo): GeographicMapColors Returns GeographicMapColors
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"maximum
Section titled "maximum"Returns the color used for the maximum value.
get maximum(): WorkbookColorInfo
Returns WorkbookColorInfo
midpoint
Section titled "midpoint"Returns the color used for the midpoint value.
get midpoint(): WorkbookColorInfo
Returns WorkbookColorInfo
minimum
Section titled "minimum"Returns the color used for the minimum value.
get minimum(): WorkbookColorInfo
Returns WorkbookColorInfo
seriesColor
Section titled "seriesColor"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