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


In This Topic
SetWillNotDraw Method (FlexChart)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
   ByVal willNotDraw As Boolean _
) 
 
'Usage
 
Dim instance As FlexChart
Dim willNotDraw As Boolean
 
instance.SetWillNotDraw(willNotDraw)

Parameters

willNotDraw
See Also