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