Animatable
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Object
=>
Animatable
Properties
Gets or sets the current time, this property is used by the motion engine to calculate the progress of the animations.
Type: Int64
Type: Int64
Gets or sets a value indicating whether this instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>
Type: Dictionary<String, IMotionProperty>
Methods
// Removes the transition for the specified properties.
| String[] propertyName | // The properties to remove, null to select all properties. |
)
// Completes the transition for the specified properties.
| String[] propertyName | // The property name, null to select all properties. |
)