C1.Win.FlexChart.4.8 Assembly / C1.Chart Namespace / AnimationType Enumeration

AnimationType Enumeration
Specifies animation type.
Syntax
'Declaration
 
Public Enum AnimationType 
   Inherits System.Enum
 
Members
MemberDescription
AllAll series are animated at the same time.
PointsPoint by point animation.
SeriesSeries by series animation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.AnimationType

See Also