Interval Property

The Interval property returns or sets the label interval value. Interval is used when the label interval is not set to automatic. Returns a Double.

Syntax

object.Interval

object.Interval = Interval

 

Parameter Type Description
Interval Double required

 

Example

This example shows how to set the surface map color scale label interval.

ColorScale.Interval = 3

 

Used by: AutoSurfaceColorScale object, AutoVectorColorScale object