Left coordinate of the Legend

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

Syntax

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

See Also