LatLabelFrequency returns or sets the graticule latitude (Y) label frequency value. Returns an integer.
Syntax
object.LatLabelFrequency
object.LatLabelFrequency = LatLabelFrequency
Parameter |
Type |
Description |
LatLabelFrequency |
Integer |
required; 1 labels every line, 2 labels every other line, etc. |
Example 1
This example returns the frequency of the labels for latitude lines.
Debug.Print Grat.LatLabelFrequency
Example 2
This example sets the frequency of the labels for latitude lines to 3.
Grat.LatLabelFrequency = 3
Used by: Graticule object