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