Chart.BorderSkin Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property BorderSkin As BorderSkin

Property Value

Type: System.Web.UI.DataVisualization.Charting.BorderSkin

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

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

.NET Framework
Available since 4.0
Return to top
Show: