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