Grid.LineDashStyle Property

.NET Framework (current version)
 

Gets or sets the line style of a grid.

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

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property LineDashStyle As ChartDashStyle

Property Value

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

A ChartDashStyle enumeration value. The default is Solid.

The LineDashStyle property can be used to specify the line style of major and minor tick marks or grids. The line can be solid, dotted, and so forth.

.NET Framework
Available since 4.0
Return to top
Show: