ASP.NET MVC Controls
AnimationMode Enumeration

Specifies the animation mode whether chart should animate one point at a time, series by series, or all at once.
Syntax
'Declaration
 
Public Enum AnimationMode 
   Inherits System.Enum
public enum AnimationMode : System.Enum 
Members
MemberDescription
AllAll points and series are animated at once.
PointAnimation is performed point by point. Multiple series are animated simultaneously at the same time.
SeriesAnimation is performed series by series. Entire series is animated at once, following the same animation as the "All" option, but just one series at a time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.AnimationMode

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

C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback