Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart Namespace / AnimationProcessType Enumeration


In This Topic
    AnimationProcessType Enumeration
    In This Topic
    Current animation process type enum.
    Syntax
    'Declaration
     
    
    Public Enum AnimationProcessType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AnimationProcessType
    public enum AnimationProcessType : System.Enum 
    Members
    MemberDescription
    Load Process load Animation;
    None Do not dispaly any animation;
    Select Process select Animation; It is used in pie only currently.
    Update_InnerRadius Process update series Animation;It is used in flexchart only currently.
    Update_Point Process update point Animation;
    Update_Series Process update series Animation;It is used in flexchart only currently.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Chart.AnimationProcessType

    See Also