ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElementAnimation Class / GetIndexDelay Method


In This Topic
    GetIndexDelay Method
    In This Topic
    Gets the index delay for animation.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIndexDelay( _
       ByVal obj As DependencyObject _
    ) As Double
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As Double
     
    value = PlotElementAnimation.GetIndexDelay(obj)
    public static double GetIndexDelay( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also