AutoInterval Property

The AutoInterval property returns or sets if the scale label interval should be calculated automatically. Returns a Boolean.

Syntax

object.AutoInterval

object.AutoInterval = AutoInterval

 

Parameter Type Description
AutoInterval Boolean Required, true to use the automatic value

 

Example

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

ColorScale.AutoInterval = False

 

Used by: AutoSurfaceColorScale object, AutoVectorColorScale object