Back to Devexpress

ChartModifierKeys Enum

corelibraries-devexpress-dot-xtracharts-de6af4ef.md

latest1.4 KB
Original Source

ChartModifierKeys Enum

Lists all the modifier keys that can be used to specify shortcut keys for the selection, scrolling and zooming actions within the chart.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Flags]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ChartModifierKeys
vb
<Flags>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum ChartModifierKeys

Members

NameDescription
None

No key is specified.

| | Control |

The Control key.

| | Shift |

The Shift key.

| | Alt |

The Alt key.

|

The following properties accept/return ChartModifierKeys values:

LibraryRelated API Members
Cross-Platform Class LibraryChartMouseAction.ModifierKeys
WinForms ControlsChartMouseActionModel.ModifierKeys

See Also

DevExpress.XtraCharts Namespace