MinLabelMode Property
The MinLabelMode property returns or sets an axis tick label's Min label value to use automatic or custom values. Returns a Long.
Syntax
object.MinLabelMode
object.MinLabelMode = MinLabelMode
Parameter | Type | Description |
MinLabelMode | Long | required, grfLabelRange |
Example 1
This example shows how to return the axis label value mode.
Debug.Print TickLabels.MinLabelMode
Example 2
This example shows how to set the minimum axis label value to a custom value of 4.
TickLabels.MinLabelMode = grfLabelCustom
TickLabels.MinLabelValue = 4
Used by: AutoAxisTickLabels object