Max Property

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

Syntax

object.Max

object.Max = Max

 

Parameter Type Description
Max Double required

 

Example

This example shows how to set the color scale bar label maximum value.

ColorScale.Max = 10

 

Used by: AutoSurfaceColorScale object, AutoVectorColorScale object