FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexChart 类 / AnimationTransform 事件

本主题中
    AnimationTransform 事件 (FlexChart)
    本主题中
    Fires during animation transformation.
    语法
    '声明
     
    Public Event AnimationTransform As EventHandler(Of AnimationTransformEventArgs)
    public event EventHandler<AnimationTransformEventArgs> AnimationTransform
    事件数据

    The event handler receives an argument of type AnimationTransformEventArgs containing data related to this event. The following AnimationTransformEventArgs properties provide information specific to this event.

    属性说明
    Gets the axis type.  
    Whether to cancel the default animation.  
    Gets the ending position.  
    Get the current point index.  
    Gets the animation position (from 0.0 to 1.0).  
    Gets the current series.  
    Gets the startig position.  
    Gets the animation state.  
    Gets or sets the value in data coordinates.  
    请参见