WillNotCacheDrawing Method (FlexChart)
[Android.Runtime.Register("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")]
public virtual bool WillNotCacheDrawing()
'Declaration
<Android.Runtime.RegisterAttribute("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")>
Public Overridable Function WillNotCacheDrawing() As Boolean
'Usage
Dim instance As FlexChart
Dim value As Boolean
value = instance.WillNotCacheDrawing()