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