Label width. If not set width is set to flash object width

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

Syntax

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

See Also