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