[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Chart.AnimationProcessType

AnimationProcessType Enum

Current animation process type enum.

Namespace: C1.Xamarin.Forms.Chart
Assembly: C1.Xamarin.Forms.Chart.dll
Syntax
public enum AnimationProcessType

Fields

Name Description
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.