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


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