Class ChartHoverMode
An enumeration that defines what visual effects to be applied.
Inheritance
System.Object
ChartHoverMode
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartHoverMode : Enum
Fields
FadeOtherSeries
All series, except the one that is hovered, will be faded.
Declaration
public const ChartHoverMode FadeOtherSeries
Field Value
ChartHoverMode
|
None
No hover effects will be applied.
Declaration
public const ChartHoverMode None
Field Value
ChartHoverMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|