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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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