Animatable
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Object
=>
Animatable
Properties
Gets the PropertyDefinition collection in the Animatable type.
Type: Dictionary<String, PropertyDefinition>
Type: Dictionary<String, PropertyDefinition>
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
Methods
// Sets the transition for the specified properties.
| Animation animation, | // The animation. |
| PropertyDefinition[] properties | // The properties to animate, when no properties, all properties are selected. |
)
// Removes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to remove, when no properties, all properties are selected. |
)
// Completes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to complete, when no properties, all properties are selected. |
)