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(typeof(ColorConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member LineColor : Color with get, set

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: