MinorOffset Property

The MinorOffset property returns or sets the minor tick label offset for Z axis labels. Returns a Double.

Syntax

object.MinorOffset

object.MinorOffset = MinorOffset

 

Parameter Type Description
MinorOffset Double required, in page units

 

Example

This example shows how to set the offset for tick labels for minor tick marks.

TickLabels.MinorOffset = 0.3

 

Used by: AutoAxisTickLabels object