DxChartZoomAndPanSettings Properties
Configures zoom and pan settings.Name | Description |
---|---|
AllowDragToZoom | Specifies whether users can drag the mouse to select a chart area for zooming. |
AllowMouseWheel | Specifies whether users can use the mouse wheel to zoom the chart. |
AllowTouchGestures | Specifies whether users can use touch gestures to zoom or pan the chart. |
ArgumentAxisZoomAndPanMode | Specifies whether to enable zoom and pan for the chart’s argument axis. |
PanKey | Specifies the key that allows users to pan the chart when the AllowDragToZoom property is enabled. |
ValueAxisZoomAndPanMode | Specifies whether to enable zoom and pan for the chart’s value axis. |
See Also