Class ZoomType
Indicates the various methods to zoom the data .
Inheritance
System.Object
ZoomType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Windows.dll
Syntax
public sealed class ZoomType : Enum
Fields
MouseWheelZooming
The zooming is performed using the mousewheel .
Declaration
public const ZoomType MouseWheelZooming
Field Value
| Type |
|---|
| ZoomType |
PinchZooming
The zooming is performed by finger action in touch devices.
Declaration
public const ZoomType PinchZooming
Field Value
| Type |
|---|
| ZoomType |
Selection
The zooming is performed by rubberband selection.
Declaration
public const ZoomType Selection
Field Value
| Type |
|---|
| ZoomType |