Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[Flags]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ChartModifierKeys

Members

Name Description
None

No key is specified.

Control

The Control key.

Shift

The Shift key.

Alt

The Alt key.

Related API Members

The following properties accept/return ChartModifierKeys values:

Library Related API Members
Cross-Platform Class Library ChartMouseAction.ModifierKeys
WinForms Controls ChartMouseActionModel.ModifierKeys

See Also