Back to Devexpress

ChartZoomAndPanMode Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-41935efb.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum ChartZoomAndPanMode
vb
Public Enum ChartZoomAndPanMode

Members

NameDescription
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.

|

The following properties accept/return ChartZoomAndPanMode values:

Remarks

Enumeration values are used by the BootstrapChartZoomAndPanSettings.ArgumentAxis and BootstrapChartZoomAndPanSettings.ValueAxis properties.

See Also

DevExpress.Web.Bootstrap Namespace