C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / AlwaysDrawnWithCacheEnabled Property


In This Topic
AlwaysDrawnWithCacheEnabled Property (FlexChart)
In This Topic
Syntax
'Declaration
 
<ObsoleteAttribute("deprecated")>
Public Overridable Property AlwaysDrawnWithCacheEnabled As Boolean
 
'Usage
 
Dim instance As FlexChart
Dim value As Boolean
 
instance.AlwaysDrawnWithCacheEnabled = value
 
value = instance.AlwaysDrawnWithCacheEnabled
See Also