Animation Property

Gets or sets the control's animation style.

The default setting is Linear.

object.Animation as String

Use

This property is used to specify the type of animation used to render the bars when the data changes. This property is only applicable if the AnimationDuration property is greater than zero.

The available Animation types are:

Macro Editor Constant

Script Editor Constant

Value

Description

Linear

nlLinear

0

Animate at a constant speed. Default value.

In

nlIn

1

Begin animation slowly and speed up.

Out

nlOut

2

Begin animation fast and slow down.

InAndOut

nlInAndOut

3

Begin animation slow, speed up, then slow down.

See Also

AnimationDuration property

Applies To

GoogleBarChart control