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 HoverScope dependency property.
Declaration
public static readonly DependencyProperty HoverScopeProperty
Field Value
System.Windows.DependencyProperty
|
SelectionModeProperty
Identifies the SelectionMode dependency property.
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
System.Windows.DependencyProperty
|
SelectionScopeProperty
Identifies the SelectionScope dependency property.
Declaration
public static readonly DependencyProperty SelectionScopeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HoverScope
Gets or sets a value indicating the scope of interactivity for hover effects.
Declaration
public InteractivityScope HoverScope { get; set; }
Property Value
InteractivityScope
|
SelectionMode
Gets or sets a value indicating the selection mode used by the chart control.
Declaration
public ChartSelectionMode SelectionMode { get; set; }
Property Value
ChartSelectionMode
|
Remarks
You need to set the SelectionScope property in order to enable the selection functionality.
SelectionScope
Gets or sets a value indicating the scope of interactivity for selection effects.
Declaration
public InteractivityScope SelectionScope { get; set; }
Property Value
InteractivityScope
|