Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / MinorGridLine Property


In This Topic
MinorGridLine Property (ValueAxis)
In This Topic
Gets or sets the line used to draw the minor grid lines.
Syntax
'Declaration
 
Public Property MinorGridLine As Line
 
'Usage
 
Dim instance As ValueAxis
Dim value As Line
 
instance.MinorGridLine = value
 
value = instance.MinorGridLine
Remarks
Value of null (Nothing in VB) indicates that the grid line is unset.
See Also