The LonLabelFont property returns the graticule longitude (X) label font properties. Returns a FontFormat object. This is a read-only property.
Syntax
object.LonLabelFont
Example 1
This example demonstrates how to return the face of the graticule longitude labels.
Debug.Print Grat.LonLabelFont.Face
Example 2
This example demonstrates how to change the face of the labels to Times New Roman.
Grat.LonLabelFont.Face = "Times New Roman"
Used by: Graticule object