Animatable
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:

Inheritance:
Object =>
Animatable
Derived:
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>
Layout<TDrawingContext>

Properties

Gets or sets a value indicating whether this instance is valid, the instance is valid when all the motion properties in the object finished their animations.
Type: Boolean
Gets or sets a value indicating whether this instance should be removed from the canvas when all the animations are completed.
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.
)
// Gets the property definition by name.
String propertyName// The name of the property.
)