BootstrapChartZoomAndPanSettings.PanKey Property
Specifies the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true. Applies only on devices that use a mouse.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(EventKeyModifier.NotSet)]
public EventKeyModifier PanKey { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Event |
Not |
One of the Event |
Available values:
Name | Description |
---|---|
Not |
Uses the default panning key (Shift). |
Alt | Sets Alt as the enable panning key. |
Ctrl | Sets Ctrl as the enable panning key. |
Meta | Sets the Command key (⌘) on Macintosh keyboards or the Windows key (⊞) on Windows keyboards as the enable panning key. |
Shift | Sets Shift as the enable panning key. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Pan |
---|---|
Bootstrap |
|
#Remarks
Note
The Meta key depends on the keyboard: the Command key (⌘) on Macintosh keyboards; the Windows key (⊞) on Windows keyboards.