Grid.LineWidth Property

.NET Framework (current version)
 

Gets or sets the line width of major and minor grid lines.

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

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property LineWidth As Integer

Property Value

Type: System.Int32

An integer that represents the line width in pixels. The default value is one (1).

The LineWidth property can be used to specify the line width, in pixels, of major and minor tick marks or grids.

.NET Framework
Available since 4.0
Return to top
Show: