C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / RemoveAllViewsInLayout Method


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