ShowLonEndLabel Property

 

The ShowLonEndLabel property returns or sets the visibility of the graticule longitude (X) line end labels. Returns a Boolean.

 

Syntax

object.ShowLonEndLabel

object.ShowLonEndLabel = ShowLonEndLabel

 

Parameter

Type

Description

ShowLonEndLabel

Boolean

required; true to show longitude (X) end line labels

 

Example 1

This example returns the visibility of the end labels for graticule longitude (X) lines.

 

Debug.Print Grat.ShowLonEndLabel

 

Example 2

This example makes the end labels for graticule longitude (X) lines invisible.

 

Grat.ShowLonEndLabel = False

 

Used by: Graticule object