C1.Android.Chart Assembly / C1.Android.Chart Namespace / AnimationProcessType Enumeration


AnimationProcessType Enumeration
Current animation process type enum.
Syntax
'Declaration
 
Public Enum AnimationProcessType 
   Inherits System.Enum
 
'Usage
 
Dim instance As AnimationProcessType
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