Opacity from which to start animation.

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

Syntax

C#
public byte StartAnimationAlpha { get; set; }
Visual Basic (Declaration)
Public Property StartAnimationAlpha As Byte
Visual C++
public:
property unsigned char StartAnimationAlpha {
	unsigned char get ();
	void set (unsigned char value);
}

See Also