WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / AnimationType Enumeration
In This Topic
    AnimationType Enumeration
    In This Topic
    Specifies animation type.
    Syntax
    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