A newer version of this page is available.
ChartPointerType Enum
Lists values that define the pointer used for chart scrolling or zooming.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | The scrolling/zooming feature is disabled. |
Touch | User can use gestures to scroll/zoom the chart. |
Mouse | User can use a mouse to scroll/zoom the chart. |
All | User can use either gestures or a mouse to scroll/zoom the chart. |
Remarks
The enumeration values are used by the BootstrapChart.ScrollingMode and BootstrapChart.ZoomingMode properties.
See Also
Feedback