If set to true X position of "Collecting data" text is measured from the right side

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

Syntax

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

See Also