Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / AnimationMode Property


In This Topic
    AnimationMode Property (ChartBase)
    In This Topic
    Gets or sets the update animation.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("AnimationMode")>
    <BrowsableAttribute(True)>
    Public Property AnimationMode As AnimationMode
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As AnimationMode
     
    instance.AnimationMode = value
     
    value = instance.AnimationMode
    [Foundation.Export("AnimationMode")]
    [Browsable(true)]
    public AnimationMode AnimationMode {get; set;}
    See Also