Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.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
    public C1Animation UpdateAnimation {get; set;}
    See Also