Grid.LineDashStyle Property
.NET Framework (current version)
Gets or sets the line style of a grid.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public ChartDashStyle LineDashStyle { get; set; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartDashStyleA 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
Available since 4.0
Show: