Y coordinat of Pie inside the control. If left empty, will be positioned in the center - 20px

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

Syntax

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

See Also