The LabelFormat property returns the legend label format. Returns a LabelFormat object. This is a read-only property.
Syntax
object.LabelFormat( LayerName )
Parameter |
Type |
Description |
LayerName |
String |
required; layer name |
Example
This example sets the legend labels to use absolute values.
Legend.LabelFormat("Layer #1").AbsoluteValue = True
Used by: Legend object