C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / StopNestedScroll Method


In This Topic
StopNestedScroll Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("stopNestedScroll", 
   "()V", 
   "GetStopNestedScrollHandler", 
   ApiSince=21)>
Public Overridable Sub StopNestedScroll() 
 
'Usage
 
Dim instance As AnnotationLayer
 
instance.StopNestedScroll()
See Also