Skip to main content
All docs
V20.1

ChartPointerType Enum

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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