Gets or sets this axis' grid Line.
[Visual Basic]
Public Property GridLine As Line
[C#]
public Line GridLine {get; set;}
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
.
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.