[]
        
(Showing Draft Content)

C1.iOS.Chart.AnimationMode

AnimationMode Class

Animation mode enum.

Inheritance
AnimationMode
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class AnimationMode : Enum

Fields

Name Description
All

Animation chart all in one time;

None

Do not dispaly any animation;

Point

Animation chart point by point;

Series

Animation chart series by series;

value__