Class InteractivitySettings
This class contains settings for the customization of the Hover / Select visual effects supported by the chart control.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class InteractivitySettings : DependencyObject
Constructors
InteractivitySettings()
Declaration
public InteractivitySettings()
Fields
HoverScopeProperty
Identifies the Hover
Declaration
public static readonly DependencyProperty HoverScopeProperty
Field Value
System.
|
SelectionModeProperty
Identifies the Selection
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
System.
|
SelectionScopeProperty
Identifies the Selection
Declaration
public static readonly DependencyProperty SelectionScopeProperty
Field Value
System.
|
Properties
HoverScope
Gets or sets a value indicating the scope of interactivity for hover effects.
Declaration
public InteractivityScope HoverScope { get; set; }
Property Value
SelectionMode
Gets or sets a value indicating the selection mode used by the chart control.
Declaration
public ChartSelectionMode SelectionMode { get; set; }
Property Value
Remarks
You need to set the Selection
SelectionScope
Gets or sets a value indicating the scope of interactivity for selection effects.
Declaration
public InteractivityScope SelectionScope { get; set; }