MinorLine Property

The MinorLine property returns an AutoLine object to set tick mark or grid line properties. This is a read-only property.

Syntax

object.MinorLine

object.MinorLine =MinorLine

 

Example 1

This example shows how to change the color of the line.

Set GridXMinorLine =

GridXMinorLine.foreColor = RGB(0,30,45)

 

Example 2

This example shows how to change the color for the minor tick mark lines.

TickMarks.MinorLine.foreColor = grfColorMagenta

 

Used by: AutoAxisGrid object, AutoAxisTickMarks object