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
None
No hover effects will be applied.
Declaration
public const PieChartHoverMode None
Field Value
value__
Declaration
public int value__
Field Value
System.
|