ChartPointerType Enum
In This Article
Lists values that define the pointer used for chart scrolling or zooming.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.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
IMPORTANT
Bootstrap Controls for ASP.
See Also