MinorFont Property

The MinorFont property returns the minor tick labels font. Returns an AutoMFont object. This is a read-only property.

Syntax

object.MinorFont

object.MinorFont =MinorFont

 

Example 1

This example shows how to return the font format object for minor tick labels.

Set MinorTickFont = TickLabels.MinorFont

Example 2

This example shows how to set the color of the minor tick labels.

MinorTickFont.color(grfColorBlue)

 

Used by: AutoAxisTickLabels object