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