Effect for pull-out animation (bounce, regular, strong)

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also