Skip to main content
A newer version of this page is available. .

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

public enum ChartZoomAndPanMode

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