ChartKeyCombination
Class
A key combination used by the chart's behaviors.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartKeyCombination
Inheritance: objectChartKeyCombination
Constructors
C#
public ChartKeyCombination()
Properties
MouseButtons
List<MouseButton>
Gets the mouse buttons collection.
C#
public List<MouseButton> MouseButtons { get; }