NullableDoubleMotionProperty
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Motion

Summary:
Defines the NullableDoubleMotionProperty class.

Inheritance:
Object =>
MotionProperty<Nullable<Double>> =>
NullableDoubleMotionProperty
Implements:

Constructors

// Defines the NullableDoubleMotionProperty class.
Nullable<Double> defaultValue// The default value.
)

Properties

Gets the start value of the transition.
Type: Nullable<Double>
Gets the end value of the transition.
Type: Nullable<Double>
Gets a value indicating whether the operation has completed.
Type: Boolean
Gets the default value of the property.
Type: Nullable<Double>
Gets or sets the animation.
Type: Animation
Gets or sets the instance that will be used to log the getter of the IMotionProperty.
Type: Animatable
Gets or sets the instance that will be used to log the setter of the IMotionProperty.
Type: Animatable

Methods

// Gets the current movement in the Animation.
Animatable animatable//
)
// Finishes the transition.
// Copies into this instance the source property.
IMotionProperty source// The source.
)