Class LegendHoverMode
An enumeration that defines what visual effects to be applied.
Inheritance
System.Object
LegendHoverMode
Namespace: Telerik.Windows.Controls.Legend
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class LegendHoverMode : Enum
Fields
FadeOtherItems
All items, except the one that is hovered, will be faded.
Declaration
public const LegendHoverMode FadeOtherItems
Field Value
LegendHoverMode
|
HighlightItem
The item that is hovered will be highlighted.
Declaration
public const LegendHoverMode HighlightItem
Field Value
LegendHoverMode
|
None
No hover effects will be applied.
Declaration
public const LegendHoverMode None
Field Value
LegendHoverMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|