MinorTickLength Property

MinorTickLength returns or sets the minor tick length in page units. Returns a double.

Syntax

object.MinorTickLength

object.MinorTickLength = Length

Parameter

Type

Description

Length

Double

required

Example 1

This example demonstrates how to return the minor tick length of an axis.

Debug.Print Axis.MinorTickLength

Example 2

This example demonstrates how to set the minor tick length to 0.2 page units.

Axis.MinorTickLength = 0.2

Used by: Axis object