HighlightItemColor (value: PP.Color || String);
value. Legend element label and marker color.
The HighlightItemColor property sets color of marker and label of highlighted legend element.
Property value can be set from JSON or using the setHighlightItemColor method.
The following can be used as a parameter value:
JSON object that contains property values the PP.Color
A string with color name (for example: White, Red, Black, and so on)
A string with hexadecimal color value with # sign at the beginning (for example, #FFFFFFFF)
A string with RGB color value (for example, rgb(0, 255, 0)).
The property use is given in the page with description of the ColorLegendBase.BetweenFormat property.
See also: