Enum LegendHoverMode
An enumeration that defines what visual effects to be applied.
Namespace: Telerik.Windows.Controls.Legend
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum LegendHoverMode
FadeOtherItems
All items, except the one that is hovered, will be faded.
HighlightItem
The item that is hovered will be highlighted.
None
No hover effects will be applied.