A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[Flags]
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ChartModifierKeys
<Flags>
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(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:
See Also
Feedback