Gets or sets a value indicating whether the axis includes minor grid lines.
Syntax
'Declaration
Public Property MinorGrid As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
instance.MinorGrid = value
value = instance.MinorGrid
public bool MinorGrid {get; set;}
See Also