MajorFont Property

The MajorFont property returns an AutoMFont object for the axis major tick labels. This is a read-only property.

Syntax

object.MajorFont

object.MajorFont =MajorFont

Example

This example shows how to enable the bold feature for the major tick labels.

TickLabels.MajorFont.Bold = True

 

Used by: AutoAxisTickLabels object