Last Property

The Last property returns or sets what label to end with in labeling the color scale. Returns a Long.

Syntax

object.Last

object.Last = Last

 

Parameter Type Description
Last Long required

 

Example

This example shows how to set the Last label for the color scale bar.

ColorScale.AutoLast = False

ColorScale.Last = 6

 

Used by: AutoColorScale object