ComponentOne FlexChart for WPF
AnimationType Enumeration

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace : AnimationType Enumeration
Specifies animation type.
Syntax
'Declaration
 
Public Enum AnimationType 
   Inherits System.Enum
public enum AnimationType : 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

Reference

C1.Chart Namespace