NumMinorGridLines property
Member of XAxis and YAxis objects.
Returns or sets the number of minor vertical or horizontal grid lines. Read/write. Long.
Minor grid lines appear as dashed lines evenly spaced between the major grid lines, in the same color as the major grid lines.
The number of minor grid lines is limited to 0 - 10.
Syntax
axis
.NumMinorGridLines
[ = value
]where
xaxis
- is an XAxis object, or an expression that evaluates to an XAxis object.value
- is a parameter of the type Long that specifies the number of minor grid lines to display. Possible range is 0 - 10.Remarks
The NumGridLines property has no effect if the DisplayGridLines property is false.
Provide Feedback