A newer version of this page is available.
Switch to the current version.
ChartZoomAndPanMode Enum
Lists the values that define whether users are allowed to zoom and/or pan chart axes.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
Members
Name | Description |
---|---|
NotSet | The default mode ("none") is used. |
Both | Zooming and panning are allowed. |
None | Neither zooming nor panning is allowed. |
Pan | Only panning is allowed. |
Zoom | Only zooming is allowed. |
Related API Members
The following properties accept/return ChartZoomAndPanMode values:
Remarks
Enumeration values are used by the BootstrapChartZoomAndPanSettings.ArgumentAxis and BootstrapChartZoomAndPanSettings.ValueAxis properties.
See Also
Feedback