y position of "Collecting data" text. If not set, will be aligned to the bottom of flash movie

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

Syntax

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

See Also