X coordinat of Pie inside the control. If left is empty, will be positioned in 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 PieLeft { get; set; }
Visual Basic (Declaration)
Public Property PieLeft As Unit
Visual C++
public:
property Unit PieLeft {
	Unit get ();
	void set (Unit value);
}

See Also