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


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