HoverMode: VisualizatorHoverMode;
HoverMode: Prognoz.Platform.Interop.Visualizators.VisualizatorHoverMode;
The HoverMode property determines, on which action the legend element state is controlled.
By default the mode of event handling when the mouse cursor hovers over the visualizer element area is used.
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: