MinorFreq Property

The MinorFreq property returns or sets the minor tick label frequency. Returns a Long.

Syntax

object.MinorFreq

object.MinorFreq = MinorFreq

 

Parameter Type Description
MinorFreq Long required, if using a log axis grfAxisLogLabels

 

Example

This example shows how to add a prefix to the minor tick labels.

TickLabels.MinorFormat.prefix = "pre-"

 

Used by: AutoAxisTickLabels object