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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Flags]
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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