Class
ChartKeyCombination

A key combination used by the chart's behaviors.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartKeyCombination

Inheritance: objectChartKeyCombination

Constructors

ChartKeyCombination()

Declaration

cs-api-definition
public ChartKeyCombination()

Properties

Keys

Gets the keys collection.

Declaration

cs-api-definition
public List<Key> Keys { get; }

Property Value

List<Key>

MouseButtons

Gets the mouse buttons collection.

Declaration

cs-api-definition
public List<MouseButton> MouseButtons { get; }

Property Value

List<MouseButton>