Chart.BorderSkin Property
.NET Framework (current version)
Gets or sets a BorderSkin object, which provides border skin functionality for the Chart control.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.InnerProperty)] public BorderSkin BorderSkin { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.BorderSkinA 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
Available since 4.0
Show: