An enumeration that defines what visual effects to be applied.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum PieChartHoverMode
Fields
All items, except the one that is hovered, will be faded.
C#
FadeOtherItems = 1
No hover effects will be applied.
C#
None = 0