C1.Android.Chart Assembly / C1.Android.Chart.Interaction Namespace / ZoomBehavior Class / ZoomMode Property


In This Topic
ZoomMode Property (ZoomBehavior)
In This Topic
Gets or sets the gesture direction of zoom behavior.
Syntax
'Declaration
 
Public Property ZoomMode As GestureMode
 
'Usage
 
Dim instance As ZoomBehavior
Dim value As GestureMode
 
instance.ZoomMode = value
 
value = instance.ZoomMode
See Also