Skip to main content
A newer version of this page is available.
All docs
V19.1

ChartPointerType Enum

Lists values that define the pointer used for chart scrolling or zooming.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum ChartPointerType

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