MinorGridLine Property

MinorGridLine returns the minor grid line format object. Returns a LineFormat object. This is a read-only property.

Syntax

object.MinorGridLine

Example 1

This example demonstrates how to return the style of minor grid lines.

Debug.Print Axis.MinorGridLine.Style

Example 2

This example demonstrates how to set the minor grid line color to blue.

Axis.MinorGridLine.ForeColorRGBA.Color = srfColorBlue

Used by: Axis object