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 Axis
Dim value As Boolean
instance.MinorGrid = value
value = instance.MinorGrid
public bool MinorGrid {get; set;}
public:
property bool MinorGrid {
bool get();
void set ( bool value);
}
See Also