Grid.LineColor Property

.NET Framework (current version)
 

Gets or sets the line color of a grid.

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

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(ColorConverter))>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property LineColor As Color

Property Value

Type: System.Drawing.Color

A Color object. The default value is Black.

The LineColor property is used to specify the color of major and minor tick marks or grids.

.NET Framework
Available since 4.0
Return to top
Show: