Class ZoomMode
Defines the zooming mode. They are: X,Y - Chart will be zoomed with respect to both the vertical and horizontal axis. X - Chart will be zoomed with respect to the horizontal axis. Y - Chart will be zoomed with respect to the vertical axis.
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ZoomMode : Enum
Fields
X
Declaration
public const ZoomMode X
Field Value
Type |
---|
ZoomMode |
XY
Declaration
public const ZoomMode XY
Field Value
Type |
---|
ZoomMode |
Y
Declaration
public const ZoomMode Y
Field Value
Type |
---|
ZoomMode |