Class InteractivityScope
Determines the level of interactivity processed by the chart control.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class InteractivityScope : Enum
Fields
Item
User interactivity is processed on series item level (i.e. clicking / hovering an item will select / highlight only the single item).
Declaration
public const InteractivityScope Item
Field Value
InteractivityScope
|
Remarks
This enumeration value is not applicable to self-drawing series types like Line, Spline, Area (and all of their derivatives).
None
User interactivity is disabled (hover / select effects will not be applied).
Declaration
public const InteractivityScope None
Field Value
InteractivityScope
|
Series
User interactivity is processed on series level (i.e. clicking / hovering an item will select / highlight all items in its respective series).
Declaration
public const InteractivityScope Series
Field Value
InteractivityScope
|
Remarks
This enumeration value is not applicable to Pie and Doughnut series types.
value__
Declaration
public int value__
Field Value
System.Int32
|