Chart::BorderSkin Property

.NET Framework (current version)
 

Gets or sets a BorderSkin object, which provides border skin functionality for the Chart control.

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

public:
[BindableAttribute(true)]
property BorderSkin^ BorderSkin {
	BorderSkin^ get();
	void set(BorderSkin^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::BorderSkin^

A BorderSkin object which provides border skin functionality for the chart.

Use this property to specify a border skin for the chart.

.NET Framework
Available since 4.0
Return to top
Show: