Gets or sets start animation effect. This is a dependency property.

Namespace:  AmCharts.Windows
Assembly:  AmCharts.Windows (in AmCharts.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ColumnAnimationEffect StartAnimationEffect { get; set; }
Visual Basic (Declaration)
Public Property StartAnimationEffect As ColumnAnimationEffect
Visual C++
public:
property ColumnAnimationEffect StartAnimationEffect {
	ColumnAnimationEffect get ();
	void set (ColumnAnimationEffect value);
}

See Also