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


In This Topic
    SetIndexDelay Method
    In This Topic
    Sets the index delay for animation.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetIndexDelay( _
       ByVal obj As DependencyObject, _
       ByVal value As Double _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As Double
     
    PlotElementAnimation.SetIndexDelay(obj, value)
    public static void SetIndexDelay( 
       DependencyObject obj,
       double value
    )

    Parameters

    obj
    value
    See Also