Enum ZoomType
Indicates the various methods to zoom the data .
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
[Flags]
public enum ZoomType
Fields
| Name | Description |
|---|---|
| MouseWheelZooming | The zooming is performed using the mousewheel . |
| PinchZooming | The zooming is performed by finger action in touch devices. |
| Selection | The zooming is performed by rubberband selection. |