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