MinorTickType Property
MinorTickType returns or sets the minor tick type. The ticks are drawn inside, outside, or across the axis line. Returns a SrfTickType.
Syntax
object.MinorTickType
object.MinorTickType = Type
Parameter |
Type |
Description |
Type |
required |
Example 1
This example demonstrates how to display the minor tick type.
Debug.Print Axis.MinorTickType
Example 2
This example demonstrates how to set minor ticks outside an axis.
Axis.MinorTickType = srfTickOut
Used by: Axis object