ChartMouseActionModel.ModifierKeys Property
Gets or sets the ChartMouseAction.ModifierKeys property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartModifierKeys ModifierKeys { get; set; }
Property Value
Type | Description |
---|---|
ChartModifierKeys | The modifier keys. |
Available values:
Name | Description |
---|---|
None | No key is specified. |
Control | The Control key. |
Shift | The Shift key. |
Alt | The Alt key. |
See Also