LabelFormat Property

LabelFormat returns the label format object. Returns a LabelFormat object. This is a read-only property.

Syntax

object.LabelFormat

Remarks

LabelFormat has been deprecated for use by the PostLegend object and the VectorLegend object.

Example 1

This example demonstrates how to return the number of digits right of the decimal point.

Axis.LabelFormat.NumDigits

Example 2

This example demonstrates how to change the number of digits right of the decimal point to five.

ClassedPostLayer.LabelFormat.NumDigits = 5

Used by: Axis object, ClassedPostLayer Object, ContinuousColorScale object, ContourLayer Object, DiscreteColorScale object, Graticule Object, PostLayer Object, ScaleBar object.

See Also

Label Format