dotnetCHARTING Send comments on this topic.
GridLine Property
See Also 
dotnetCHARTING Namespace > AxisTick Class : GridLine Property



Gets or sets the properties of the Line drawn on the ChartArea at this AxisTick object's position.

Syntax

Visual Basic (Declaration) 
Public Property GridLine As Line
Visual Basic (Usage)Copy Code
Dim instance As AxisTick
Dim value As Line
 
instance.GridLine = value
 
value = instance.GridLine
C# 
public Line GridLine {get; set;}
C++/CLI 
public:
property Line^ GridLine {
   Line^ get();
   void set (Line^ value);
}

See Also