Xamarin.Forms | ComponentOne
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
    public AnimationMode AnimationMode {get; set;}
    See Also