The ShowLatEndLabel property returns or sets the visibility of the graticule latitude (Y) line end labels. Returns a Boolean.
Syntax
object.ShowLatEndLabel
object.ShowLatEndLabel = ShowLatEndLabel
Parameter |
Type |
Description |
ShowLatEndLabel |
Boolean |
required; true to show latitude (Y) line labels |
Example 1
This example returns the visibility of the end labels for latitude (Y) lines.
Debug.Print Grat.ShowLatEndLabel
Example 2
This example makes the end labels for latitude (Y) lines invisible.
Grat.ShowLatEndLabel = False
Used by: Graticule object