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


In This Topic
RemoveAllViewsInLayout Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("removeAllViewsInLayout", 
   "()V", 
   "GetRemoveAllViewsInLayoutHandler")>
Public Overridable Sub RemoveAllViewsInLayout() 
 
'Usage
 
Dim instance As AnnotationLayer
 
instance.RemoveAllViewsInLayout()
See Also