Legend Key (the color box near every legend entry) border color

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

Syntax

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

See Also