FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChart Class / AnimationTransform Event

In This Topic
    AnimationTransform Event (FlexChart)
    In This Topic
    Fires during animation transformation.
    Syntax
    'Declaration
     
    Public Event AnimationTransform As System.EventHandler(Of AnimationTransformEventArgs)
    public event System.EventHandler<AnimationTransformEventArgs> AnimationTransform
    Event Data

    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.

    PropertyDescription
    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.  
    See Also