Chart::BorderWidth Property

.NET Framework (current version)
 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or set s the width of the chart border.

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

public:
[BindableAttribute(false)]
[BrowsableAttribute(false)]
property int BorderWidth {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer value that determines the border width, in pixels, of the chart.

To get or set of the border width, use BorderlineWidth instead.

.NET Framework
Available since 4.0
Return to top
Show: