MinorFormat Property

The MinorFormat property returns the minor tick labels label format. Returns an AutoLabelFormat object. This is a read-only property.

Syntax

object.MinorFormat

object.MinorFormat =MinorFormat

Example

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

TickLabels.MinorFormat.prefix = "pre-"

 

Used by: AutoAxisTickLabels object