Skip to main content

ChartPointerType Enum

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

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also