ColorLegendBase.DoHighlight

Syntax

DoHighlight: Boolean;

Description

The DoHighlight property determines whether highlighting is allowed for color scale items.

Comments

Use JSON or the setDoHighlight method to set the property value, and the getDoHighlight method to get the property value.

The property is set to True if highlighting of color scale items is allowed, and False if it is not allowed.

Example

The property use is given in the page with description of the ColorLegendBase.BetweenFormat property.

See also:

ColorLegendBase