[]
Configurates AnimationMode. Sets whether the plot points animate one at a time, series by series, or all at once. The whole animation is still completed within the duration.
public ChartAnimationBuilder<T> AnimationMode(AnimationMode value)
Type | Name | Description |
---|---|---|
AnimationMode | value | The value. |
Type | Description |
---|---|
ChartAnimationBuilder<T> | Current builder. |