FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / AnimationType 枚举

本主题中
    AnimationType 枚举
    本主题中
    Specifies animation type.
    语法
    '声明
     
    Public Enum AnimationType 
       Inherits System.Enum
    public enum AnimationType : System.Enum 
    成员
    成员说明
    AllAll series are animated at the same time.
    PointsPoint by point animation.
    SeriesSeries by series animation.
    继承层次

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

    请参见