If set to true Y position of error message is measured from the bottom

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

Syntax

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

See Also