Search results

ColorMappingDirective API in Angular Maps API component

Represents the directive to define the bubble color mapping in the maps.

<e-layers>
<e-layer>
<e-bubbleSettings>
<e-colorMappings>
<e-colorMapping>
</e-colorMapping>
</e-colorMappings>
</e-bubbleSettings>
</e-layer>
</e-layers>

Properties

color

any

Gets or sets the color for the color-mapping in maps.

Defaults to null

from

any

Gets or sets the value from where the range for the color-mapping starts.

Defaults to null

label

any

Gets or sets the label for the color-mapping to display in the legend item text.

Defaults to null

maxOpacity

any

Gets or sets the maximum opacity for the color-mapping in maps.

Defaults to null

minOpacity

any

Gets or sets the minimum opacity for the color-mapping in maps.

Defaults to null

showLegend

any

Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.

Defaults to true

to

any

Gets or sets the value to where the range for the color-mapping ends.

Defaults to null

value

any

Gets or sets the value from the data source to map the corresponding colors to the shapes.

Defaults to null