[]
Configurates Easing. Sets the easing function applied to the animation.
public ChartAnimationBuilder<T> Easing(Easing value)
Public Function Easing(value As Easing) As ChartAnimationBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| Easing | value | The value. |
| Type | Description |
|---|---|
| ChartAnimationBuilder<T> | Current builder. |