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


In This Topic
SetMeasureAllChildren Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setMeasureAllChildren", 
   "(Z)V", 
   "GetSetMeasureAllChildren_ZHandler")>
Public Overridable Sub SetMeasureAllChildren( _
   ByVal measureAll As Boolean _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim measureAll As Boolean
 
instance.SetMeasureAllChildren(measureAll)

Parameters

measureAll
See Also