MinLabelValue Property
The MinLabelValue property returns or sets the tick label's Min label value to a custom value. Returns a Double.
Syntax
object.MinLabelValue
object.MinLabelValue = MinLabelValue
Parameter | Type | Description |
MinLabelValue | Double | required, tick label minimum value |
Example 1
This example shows how to set the minimum tick label value.
TickLabels.MinLabelValue = 4
Example 2
This example shows how to return the minimum tick label value.
Debug.Print TickLabels.MinLabelValue
Used by: AutoAxisTickLabels object