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