public interface ISeriesAnimator
extends com.scichart.core.framework.IAttachable
IPieRenderableSeries
.Modifier and Type | Method and Description |
---|---|
void |
animate(long duration)
Animates associated series with specified duration.
|
void |
animate(long duration,
android.animation.TimeInterpolator interpolator)
Animates associated series with specified duration.
|
void |
cancelAnimation()
Cancels running animation.
|
boolean |
isAnimating()
Gets the value indicating whether the animation is running.
|
void animate(long duration)
duration
- The duration of animation in milliseconds.void animate(long duration, android.animation.TimeInterpolator interpolator)
duration
- The duration of animation in milliseconds.interpolator
- The interpolator to be used by this animation. A value of null
will result in LinearInterpolator
void cancelAnimation()
boolean isAnimating()