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

Parameters

to
The end range
duration
The duration of the animation.
onCompleted
Completed callback when animation stops
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