HoverMode: VisualizatorHoverMode;
HoverMode: Prognoz.Platform.Interop.Visualizators.VisualizatorHoverMode;
The HoverMode property determines, on which action the legend element state is controlled.
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.
The example of use is given in the example for the IVZColorLegendBase.DoHighlight property.
See also: