The end range
The duration of the animation.
Completed action called when the animation completes
AnimateVisibleRangeTo Method (IAxisCore)
Animates the visible range of the axis to the destination VisibleRange, over the specified Duration. Also see AxisCore.AnimatedVisibleRange property which has a default duration of 500ms
Syntax
void AnimateVisibleRangeTo( 
   IRange to,
   TimeSpan duration,
   Action onCompleted
)

Parameters

to
The end range
duration
The duration of the animation.
onCompleted
Completed action called when the animation completes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also