MinorOn Property

The MinorOn property returns or sets the minor tick label display. Returns a Boolean.

Syntax

object.MinorOn

object.MinorOn = MinorOn

 

Parameter Type Description
MinorOn Boolean required, true to display minor tick mark labels

 

Example

This example shows how to display minor tick labels.

TickLabels.MinorOn = True

 

Used by: AutoAxisTickLabels object