C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / UpdateAnimation Property


In This Topic
UpdateAnimation Property (ChartBase)
In This Topic
Gets or sets the update animation.
Syntax
'Declaration
 
Public Property UpdateAnimation As C1Animation
 
'Usage
 
Dim instance As ChartBase
Dim value As C1Animation
 
instance.UpdateAnimation = value
 
value = instance.UpdateAnimation
See Also