Legend margins (space between legend border and legend entries, recommended to use only if legend border is visible or background color is different from chart area background color)

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

Syntax

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

See Also