Gets or sets this axis' grid Line.
[Visual Basic]
Public Property GridLine As Line
[C#]
public Line GridLine {get; set;}
[JScript]
public function get,set GridLine : Line
A Line object describing grid line visual properties.
Grid lines are drawn for each tick mark on an axis to the other side of a
ChartArea. To disable grid lines set
GridLine.Color = Color.Empty
or Axis.ShowGrid = false
.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.