AutoLast Property

The AutoLast property returns or sets if the last scale label should be automatically used. Returns a Boolean.

Syntax

object.AutoLast

object.AutoLast = AutoLast

 

Parameter Type Description
AutoLast Boolean Required, true to use last label

 

Example

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

ColorScale.AutoLast = False

 

Used by: AutoColorScale object