Width of the Legend. If empty, will be equal to control width-80

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

Syntax

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

See Also