LabelFont Property
LabelFont returns the label FontFormat object. This is a read-only property.
Syntax
object.LabelFont
Remarks
LabelFont has been deprecated for use by the PostLegend object and the VectorLegend object.
Example 1
This example demonstrates how to return the face of axis labels.
Axis. LabelFont.Face = "Times New Roman"
Example 2
This example demonstrates how to change the face of classed post map labels to Times New Roman.
ClassedPostLayer.LabelFont.Face = "Times New Roman"
Used by: Axis object, ClassedPostLayer object, ContinuousColorScale object, ContourLayer object, DiscreteColorScale object, Graticule object, PostLayer object, ScaleBar object.