Xuni Product Documentation - Xamarin.Forms
ChartAnimationMode Enumeration
Gets or sets whether the plot points animate one at a time, series by series, or all at once All animation is still completed within duration
Syntax
public enum ChartAnimationMode : System.Enum 
Members
MemberDescription
All All points and series are animated at once.
Point Animation is performed point by point. Multiple series are animated simultaneously at the same time.
Series Animation is performed series by series.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.ChartCore.ChartAnimationMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.ChartCore Namespace