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