C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / MinorGrid Property


In This Topic
MinorGrid Property
In This Topic
Gets or set a value indicating whether to draw minor grid.
Syntax
'Declaration
 
Public Property MinorGrid As Boolean
 
'Usage
 
Dim instance As ChartAxis
Dim value As Boolean
 
instance.MinorGrid = value
 
value = instance.MinorGrid
See Also