IVZColorLegendBase.HighlightBrush

Fore Syntax

HighlightBrush: IGxBrush;

Fore.NET Syntax

HighlightBrush: Prognoz.Platform.Interop.Drawing.IGxBrush;

Description

The HighlightBrush property determines the brush used to highlight visualizer legend elements.

Comments

To enable or disable legend element highlighting, use the IVZColorLegendBase.DoHighlight property.

To set the action, executing of which highlights a legend element, use the IVZColorLegendBase.HoverMode property.

Fore and Fore.NET examples

The example of use is given in the example for the IVZColorLegendBase.DoHighlight property.

See also:

IVZColorLegendBase