First Property
The First property returns or sets what label to start with in labeling the color scale. Returns a ong.
Syntax
object.First
object.First = First
Parameter | Type | Description |
First | Long | required, label to start with |
Example
This example shows how to set the first scale label for a color scale bar.
ColorScale.AutoFirst = false
ColorScale.First = 2
Used by: AutoColorScale