C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / AnimationCacheEnabled Property


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