LabelMaximum Property
LabelMaximum returns or sets the color scale bar maximum label value (data units). Returns a double.
Syntax
object.LabelMaximum
object.LabelMaximum = Value
Parameter |
Type |
Description |
Value |
Double |
required |
Example 1
This example demonstrates how to return the label maximum of a continuous color scale.
Debug.Print ContinuousColorScale.LabelMaximum
Example 2
This example demonstrates how to set the label minimum to 100.
ContinuousColorScale.LabelMaximum = 100
Used by: ContinuousColorScale object