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