y position of error message. If not set, will be aligned to the center

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

Syntax

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

See Also