The type of animation effect for the columns.
Elastic means the columns will bounce into place.
Regular means normal growth speed.
Strong means fast growth speed.
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ColumnGrowEffects ColumnGrowEffect { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ColumnGrowEffect As ColumnGrowEffects |
| Visual C++ |
|---|
public: property ColumnGrowEffects ColumnGrowEffect { ColumnGrowEffects get (); void set (ColumnGrowEffects value); } |