IVZColorLegendBase.HoverMode

Fore Syntax

HoverMode: VisualizatorHoverMode;

Fore.NET Syntax

HoverMode: Prognoz.Platform.Interop.Visualizators.VisualizatorHoverMode;

Description

The HoverMode property determines, on which action the legend element state is controlled.

Comments

By default the processing mode of the event is used, on which the mouse cursor hovers over the visualizer element area.

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

To determine highlighting color for legend elements, use the IVZColorLegendBase.HighlightBrush property.

Fore and Fore.NET examples

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

See also:

IVZColorLegendBase