dotnetCHARTING Send comments on this topic.
ShowGrid Property
See Also 
dotnetCHARTING Namespace > Axis Class : ShowGrid Property


Gets or sets a value indicating whether grid lines are drawn.

Syntax

Visual Basic (Declaration)  
Public Property ShowGrid As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.ShowGrid = value
 
value = instance.ShowGrid
C#  
public bool ShowGrid {get; set;}

Return Value

A boolean value that indicates whether grid lines are drawn.

Remarks

If false, no grid lines will be drawn.

See Also