public interface IVisibleRangeAnimator
extends com.scichart.core.framework.IAttachable
IAxisCore
Modifier and Type | Method and Description |
---|---|
void |
animate(com.scichart.data.model.IRange to,
long duration)
Animates VisibleRange to specified range
|
void |
cancelAnimation()
Cancels running animation
|
boolean |
isAnimating()
Gets the value indicating whether the animation is running
|
void animate(com.scichart.data.model.IRange to, long duration)
to
- The IRange
instance to animate toduration
- The duration of animation in millisecondsvoid cancelAnimation()
boolean isAnimating()