MaxLabelValue Property

The MaxLabelValue property returns or sets the tick label's Max label value to a custom value. Returns a Double.

Syntax

object.MaxLabelValue

object.MaxLabelValue = MaxLabelValue

 

Parameter Type Description
MaxLabelValue Double required, tick label maximum value

 

Example 1

This example shows how to set the maximum tick label value.

TickLabels.MaxLabelValue = 4

Example 2

This example shows how to return the maximum tick label value.

Debug.Print TickLabels.MaxLabelValue

 

Used by: AutoAxisTickLabels object