Class ChartKeyCombination
A key combination used by the chart's behaviors.
Inheritance
System.Object
ChartKeyCombination
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartKeyCombination : Object
Constructors
ChartKeyCombination()
Declaration
public ChartKeyCombination()
Properties
Keys
Gets the keys collection.
Declaration
public List<ModifierKeys> Keys { get; }
Property Value
System.Collections.Generic.List<System.Windows.Input.ModifierKeys>
|
MouseButtons
Gets the mouse buttons collection.
Declaration
public List<MouseButton> MouseButtons { get; }
Property Value
System.Collections.Generic.List<MouseButton>
|