AutoFirst Property

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

Syntax

object.AutoFirst

object.AutoFirst = AutoFirst

 

Parameter Type Description
AutoFirst Boolean Required, true to use first label

 

Example

This example shows how to set the auto first scale label to false for a color scale bar.

ColorScale.AutoFirst = false

 

Used by: AutoColorScale object