BootstrapChartZoomAndPanSettings Properties
Configures zooming and panning.Name | Description |
---|---|
AllowMouseWheel | Specifies whether users can use the mouse wheel to zoom the chart. Applies only if zoom is allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or value axis (BootstrapChartZoomAndPanSettings.ValueAxis is set to true). |
AllowTouchGestures | Specifies whether users can use touch gestures to zoom or pan the chart. Applies only if zoom and pan are allowed for the argument axis (BootstrapChartZoomAndPanSettings.ArgumentAxis is set to true) or the value axis (BootstrapChartZoomAndPanSettings.ValueAxis is set to true). |
ArgumentAxis | Specifies whether users are allowed to zoom and/or pan the argument axis. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
DragBoxStyle | Configures the box that appears when users zoom the chart by selecting an area with the drag gesture. Applies only if BootstrapChartZoomAndPanSettings.DragToZoom is true. |
DragToZoom | Enables users to zoom the chart by selecting an area with the drag gesture. Applies only on devices that use a mouse. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
PanKey | Specifies the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true. Applies only on devices that use a mouse. |
ValueAxis | Specifies whether users are allowed to zoom and/or pan the value axis. |
See Also