StripLine.BorderWidth Property

.NET Framework (current version)
 

Gets or sets the border width of the strip line.

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

[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int BorderWidth { get; set; }

Property Value

Type: System.Int32

An integer value that determines the width of the strip line's border, in pixels.

This property is measured in pixels.

.NET Framework
Available since 4.0
Return to top
Show: