Sets the index delay for animation.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public static void SetIndexDelay(
	DependencyObject obj,
	double value
)
Visual Basic
Public Shared Sub SetIndexDelay ( _
	obj As DependencyObject, _
	value As Double _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
value
Type: System..::..Double

See Also