New to Telerik UI for WPFStart a free 30-day trial

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

Gets the keys collection.

C#
public List<Key> Keys { get; }

MouseButtons

List<MouseButton>

Gets the mouse buttons collection.

C#
public List<MouseButton> MouseButtons { get; }