ISeriesAnimation Interface Members
The following tables list the members exposed by ISeriesAnimation.
Public Properties
Public Methods
| Name | Description | |
|---|---|---|
![]() | Attach | Called by SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries to attach an animation. |
![]() | Detach | Called by SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries to detach an animation. |
![]() | OnRender | Called by SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries on every render pass to animate rpd. |
![]() | StartAnimation | Starts an animation on a SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. |
![]() | StopAnimation | Stops an animation on a SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. |
Public Events
| Name | Description | |
|---|---|---|
![]() | AnimationEnded | Raised when an animation ends. |
![]() | AnimationStarted | Raised when an animation starts. |
![]() | CurrentProgressChanged | Raised on every animation update when the SeriesAnimationBase.CurrentProgress property changes. |
See Also


