TransformSprite overview

Constructors

 ConstructorOverloaded

Public Methods

 ContinueContinues the animation after a pause.
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 PausePauses the animation.
 PlaySets the animation in motion.
 StopStops the animation.

Public Properties

 Bounds (inherited from Sprite)Gets or sets the Bounds of the animated objects.
 Chart (inherited from TeeBase)Chart associated with this object
 Clip (inherited from Sprite)Gets or sets a boolean value which switches clipping on or off on the animated objects.
 Duration (inherited from Sprite)Gets or sets a value for the duration or speed of the animation in milliseconds.
 EasingFunction (inherited from Sprite)Gets or sets the EasingFunction of the animation.
 EasingMode (inherited from Sprite)Gets or sets the EasingMode of the animation.
 Enabled (inherited from Sprite)Gets or sets a boolean value enabling the animation.
 Fade (inherited from Sprite)Gets or sets a value from -1.0 to +1.0, the opacity of the animated object.
 MaxZoom (inherited from Sprite)Gets or sets a value of the zoom scaling of the object. 1.0 is identity.
 RotateMax (inherited from Sprite)Gets or sets the finishing rotation angle.
 RotateMin (inherited from Sprite)Gets or sets the starting rotation angle.
 Series (inherited from Sprite)
 StoryThe animation's Storyboard.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Translate (inherited from Sprite)Gets or sets a value for the x and y coordinates added to translate an object.

Protected Fields

 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 ShowInEditor (inherited from TeeBase)

Protected Methods

 SetBooleanProperty (inherited from TeeBase)
 SetChart
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetIntegerProperty (inherited from TeeBase)
 SetStringProperty (inherited from TeeBase)

See Also

TransformSprite Class | Steema.TeeChart.Animations Namespace