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


In This Topic
PersistentDrawingCache Property (FlexChart)
In This Topic
Syntax
'Declaration
 
Public Overridable Property PersistentDrawingCache As Android.Views.PersistentDrawingCaches
 
'Usage
 
Dim instance As FlexChart
Dim value As Android.Views.PersistentDrawingCaches
 
instance.PersistentDrawingCache = value
 
value = instance.PersistentDrawingCache
See Also