Search results

ColorMappingSettingsModel API in React Maps API component

Interface for a class ColorMappingSettings

Properties

color

string | string[]

Sets and gets the color for the color-mapping in maps.

from

number

Sets and gets the value from where the range color-mapping starts.

label

string

Sets and gets the label for the color-mapping from the data source in maps.

maxOpacity

number

Sets and gets the maximum opacity for the color-mapping in maps.

minOpacity

number

Sets and gets the minimum opacity for the color-mapping in maps.

showLegend

boolean

Enables or disables the visibility state of legend for the color-mapping shapes in maps.

to

number

Sets and gets the value to where the range color-mapping ends.

value

string

Sets and gets the value for the color-mapping from the data source.