ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / AnimationType Enumeration

In This Topic
    AnimationType Enumeration
    In This Topic
    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