Legend::BorderColor Property

.NET Framework (current version)
 

Gets or sets the border color of a legend.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
[TypeConverterAttribute((ColorConverter^::typeid))]
property Color BorderColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color value used to draw the border color of a legend. The default color is Empty.

You can set this property to any valid ARGB (alpha, red, green, blue) value.

.NET Framework
Available since 4.0
Return to top
Show: