C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartAxis Class / MajorGrid Property


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